#572002

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

Shades of Baker's Chocolate #572002

Tints of Baker's Chocolate #572002

Color information

#572002 (or 0x572002) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 20 and 02. RGB value is (87,32,2). Sum of RGB (Red+Green+Blue) = 87+32+2=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #572002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572002 is #A8DFFD. Grayscale: #2D2D2D. Windows color (decimal): -11067390 or 139351. OLE color: 139351.

HSL color Cylindrical-coordinate representation of color #572002: hue angle of 21.18º 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 #572002 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87322-
CMYK00.630.980.66
HSL21.18º95.51%17.45%-
HSV(B)21.18º97.7%34.12%-
XYZ4.463.060.41-
YUV45.02103.72157.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=71.90%
G=26.45%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8732200.630.980.6621.1895.5117.45
Hex5720203F6242156011
Octal1274020771421022514021
Binary10101111000001001111111100010100001010101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572002; }

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

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

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

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

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

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

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

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