#572A06

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

Shades of Baker's Chocolate #572A06

Tints of Baker's Chocolate #572A06

Color information

#572A06 (or 0x572A06) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 06. RGB value is (87,42,6). Sum of RGB (Red+Green+Blue) = 87+42+6=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #572A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A06 is #A8D5F9. Grayscale: #333333. Windows color (decimal): -11064826 or 404055. OLE color: 404055.

HSL color Cylindrical-coordinate representation of color #572A06: hue angle of 26.67º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #572A06 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87426-
CMYK00.520.930.66
HSL26.67º87.1%18.24%-
HSV(B)26.67º93.1%34.12%-
XYZ4.793.70.63-
YUV51.35102.41153.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=64.44%
G=31.11%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8742600.520.930.6626.6787.118.24
Hex572A60345D421b5712
Octal1275260641351023312722
Binary101011110101011001101001011101100001011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A06; }

 p { color: rgb(87,42,6); }

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

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

 a { background-color: rgb(87,42,6); }

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

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

 span { border-color: rgb(87,42,6); }

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