#572D05

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

Shades of Baker's Chocolate #572D05

Tints of Baker's Chocolate #572D05

Color information

#572D05 (or 0x572D05) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 05. RGB value is (87,45,5). Sum of RGB (Red+Green+Blue) = 87+45+5=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #572D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D05 is #A8D2FA. Grayscale: #353535. Windows color (decimal): -11064059 or 339287. OLE color: 339287.

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

Color convert

RGB87455-
CMYK00.480.940.66
HSL29.27º89.13%18.04%-
HSV(B)29.27º94.25%34.12%-
XYZ4.93.910.64-
YUV53100.91152.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=63.50%
G=32.85%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8745500.480.940.6629.2789.1318.04
Hex572D50305E421d5912
Octal1275550601361023513122
Binary101011110110110101100001011110100001011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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