#C5B873

Color #C5B873 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C5B873

Tints of Dark Khaki #C5B873

Color information

#C5B873 (or 0xC5B873) is unknown color: approx Dark Khaki. HEX triplet: C5, B8 and 73. RGB value is (197,184,115). Sum of RGB (Red+Green+Blue) = 197+184+115=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B873 is #3A478C. Grayscale: #B4B4B4. Windows color (decimal): -3819405 or 7583941. OLE color: 7583941.

HSL color Cylindrical-coordinate representation of color #C5B873: hue angle of 50.49º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5B873 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197184115-
CMYK00.070.420.23
HSL50.49º41.41%61.18%-
HSV(B)50.49º41.62%77.25%-
XYZ43.2647.3923.09-
YUV180.0291.31140.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=39.72%
G=37.10%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718411500.070.420.2350.4941.4161.18
HexC5B873072A1732293d
Octal305270163075227625175
Binary11000101101110001110011011110101010111110010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B873; }

 p { color: rgb(197,184,115); }

 H1.HeaderClassName
 {
   color: #C5B873;
 }
 .AnyTagClassName
 {
   color: #C5B873;
 }
</style>
background-color css

<style>
 a { background-color: #C5B873; }

 a { background-color: rgb(197,184,115); }

 div.DivClassName
 {
   background-color: #C5B873;
 }
 .BgClassName
 {
   background-color: #C5B873;
 }
</style>
border-color css

<style>
 span { border-color: #C5B873; }

 span { border-color: rgb(197,184,115); }

 td.TdClassName
 {
   border-color: #C5B873;
 }
 .TagClassName
 {
   border-color: #C5B873;
 }
</style>