#572A09

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

Shades of Baker's Chocolate #572A09

Tints of Baker's Chocolate #572A09

Color information

#572A09 (or 0x572A09) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 09. RGB value is (87,42,9). Sum of RGB (Red+Green+Blue) = 87+42+9=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #572A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A09 is #A8D5F6. Grayscale: #333333. Windows color (decimal): -11064823 or 600663. OLE color: 600663.

HSL color Cylindrical-coordinate representation of color #572A09: hue angle of 25.38º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #572A09 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87429-
CMYK00.520.900.66
HSL25.38º81.25%18.82%-
HSV(B)25.38º89.66%34.12%-
XYZ4.813.70.72-
YUV51.69103.91153.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=63.04%
G=30.43%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8742900.520.900.6625.3881.2518.82
Hex572A90345A42195113
Octal12752110641321023112123
Binary1010111101010100101101001011010100001011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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