#C3B872

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

Shades of Dark Khaki #C3B872

Tints of Dark Khaki #C3B872

Color information

#C3B872 (or 0xC3B872) is unknown color: approx Dark Khaki. HEX triplet: C3, B8 and 72. RGB value is (195,184,114). Sum of RGB (Red+Green+Blue) = 195+184+114=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B872 is #3C478D. Grayscale: #B3B3B3. Windows color (decimal): -3950478 or 7518403. OLE color: 7518403.

HSL color Cylindrical-coordinate representation of color #C3B872: hue angle of 51.85º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3B872 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195184114-
CMYK00.060.420.24
HSL51.85º40.3%60.59%-
HSV(B)51.85º41.54%76.47%-
XYZ42.6847.122.76-
YUV179.3191.14139.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=39.55%
G=37.32%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518411400.060.420.2451.8540.360.59
HexC3B872062A1834283d
Octal303270162065230645075
Binary11000011101110001110010011010101011000110100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B872; }

 p { color: rgb(195,184,114); }

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

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

 a { background-color: rgb(195,184,114); }

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

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

 span { border-color: rgb(195,184,114); }

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