#572D09

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

Shades of Baker's Chocolate #572D09

Tints of Baker's Chocolate #572D09

Color information

#572D09 (or 0x572D09) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 09. RGB value is (87,45,9). Sum of RGB (Red+Green+Blue) = 87+45+9=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D09 is #A8D2F6. Grayscale: #353535. Windows color (decimal): -11064055 or 601431. OLE color: 601431.

HSL color Cylindrical-coordinate representation of color #572D09: hue angle of 27.69º 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 #572D09 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87459-
CMYK00.480.900.66
HSL27.69º81.25%18.82%-
HSV(B)27.69º89.66%34.12%-
XYZ4.923.920.76-
YUV53.45102.91151.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=61.70%
G=31.91%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8745900.480.900.6627.6981.2518.82
Hex572D90305A421c5113
Octal12755110601321023412123
Binary1010111101101100101100001011010100001011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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