#C4B572

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

Shades of Dark Khaki #C4B572

Tints of Dark Khaki #C4B572

Color information

#C4B572 (or 0xC4B572) is unknown color: approx Dark Khaki. HEX triplet: C4, B5 and 72. RGB value is (196,181,114). Sum of RGB (Red+Green+Blue) = 196+181+114=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B572 is #3B4A8D. Grayscale: #B2B2B2. Windows color (decimal): -3885710 or 7517636. OLE color: 7517636.

HSL color Cylindrical-coordinate representation of color #C4B572: hue angle of 49.02º 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 #C4B572 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196181114-
CMYK00.080.420.23
HSL49.02º41%60.78%-
HSV(B)49.02º41.84%76.86%-
XYZ42.334622.57-
YUV177.8591.97140.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=39.92%
G=36.86%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618111400.080.420.2349.024160.78
HexC4B572082A1731293d
Octal3042651620105227615175
Binary110001001011010111100100100010101010111110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B572; }

 p { color: rgb(196,181,114); }

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

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

 a { background-color: rgb(196,181,114); }

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

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

 span { border-color: rgb(196,181,114); }

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