#572402

Color #572402 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #572402

Tints of Baker's Chocolate #572402

Color information

#572402 (or 0x572402) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 24 and 02. RGB value is (87,36,2). Sum of RGB (Red+Green+Blue) = 87+36+2=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #572402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572402 is #A8DBFD. Grayscale: #2F2F2F. Windows color (decimal): -11066366 or 140375. OLE color: 140375.

HSL color Cylindrical-coordinate representation of color #572402: hue angle of 24º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #572402 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87362-
CMYK00.590.980.66
HSL24º95.51%17.45%-
HSV(B)24º97.7%34.12%-
XYZ4.573.290.45-
YUV47.37102.4156.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=69.6%
G=28.8%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8736200.590.980.662495.5117.45
Hex5724203B6242186011
Octal1274420731421023014021
Binary10101111001001001110111100010100001011000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572402; }

 p { color: rgb(87,36,2); }

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

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

 a { background-color: rgb(87,36,2); }

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

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

 span { border-color: rgb(87,36,2); }

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