Color Hex Logo

#c5863d Color Hex

#C5863D
(197,134,61)
0 Favorites   0 Comments

Color spaces of #c5863d

RGB 19713461
HSL0.090.540.51
HSV32°69°77°
CMYK 0.000.320.69   0.23
XYZ32.393429.25748.3548
Yxy29.25740.46270.4179
Hunter Lab54.090112.242128.7051
CIE-Lab61.008117.323547.7851

#c5863d color RGB value is (197,134,61).

#c5863d hex color red value is 197, green value is 134 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c5863d hue: 0.09 , saturation: 0.54 and the lightness value of c5863d is 0.51.

The process color (four color CMYK) of #c5863d color hex is 0.00, 0.32, 0.69, 0.23. Web safe color of #c5863d is #cc9933. Color #c5863d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 00111101
Octal 305 206 75
Decimal 197 134 61
Hex C5 86 3D

RGB Percentages of Color #c5863d

%50.26
%34.18
%15.56

CMYK Percentages of Color #c5863d

%0
%32
%69
%23

Triadic Colors of #c5863d

#c5863d #3dc586 #863dc5

Analogous Colors of #c5863d

#c5863d #c0c53d #c5423d

Monochromatic Colors of #c5863d

#c5863d

Complementary Color

#c5863d #3d7cc5

#c5863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5863d Color CSS Codes

.mybgcolor {background-color:#c5863d; } 
.myforecolor {color:#c5863d; }
.mybordercolor {border:3px solid #c5863d; }

#c5863d Text Font Color

<p style="color:#c5863d">Text here</p>

This sample text font color is #c5863d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c5863d Background Color

<div style="background-color:#c5863d">
Div content here</div>

This div background color is #c5863d


#c5863d Border Color

<div style="border:3px solid #c5863d">
Div here</div>

This div border color is #c5863d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,134,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5863d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5863d;
  -webkit-box-shadow: 1px 1px 3px 2px #c5863d;
  box-shadow:         1px 1px 3px 2px #c5863d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,134,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c5863d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5863d;
  -webkit-box-shadow: 1px 1px 3px 2px #c5863d;
  box-shadow:         1px 1px 3px 2px #c5863d;">
Div content here</div>

This div box has shadow with color #c5863d


Comments

No comments written yet.

Please login to write comment.