#c5b572

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

Shades of Dark Khaki #C5B572

Tints of Dark Khaki #C5B572

Color information

#C5B572 (or 0xC5B572) is unknown color: approx Dark Khaki. HEX triplet: C5, B5 and 72. RGB value is (197,181,114). Sum of RGB (Red+Green+Blue) = 197+181+114=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B572 is #3A4A8D. Grayscale: #B2B2B2. Windows color (decimal): -3820174 or 7517637. OLE color: 7517637.

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

Color convert

RGB197181114-
CMYK00.080.420.23
HSL48.43º41.71%60.98%-
HSV(B)48.43º42.13%77.25%-
XYZ42.5946.1322.58-
YUV178.1591.8141.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=40.04%
G=36.79%
B=23.17%

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
Decimal19718111400.080.420.2348.4341.7160.98
HexC5B572082A17302a3d
Octal3052651620105227605275
Binary110001011011010111100100100010101010111110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5b572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5b572; }

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

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

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

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

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

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

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

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