#572D15

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

Shades of Baker's Chocolate #572D15

Tints of Baker's Chocolate #572D15

Color information

#572D15 (or 0x572D15) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 15. RGB value is (87,45,21). Sum of RGB (Red+Green+Blue) = 87+45+21=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #572D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D15 is #A8D2EA. Grayscale: #363636. Windows color (decimal): -11064043 or 1387863. OLE color: 1387863.

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

Color convert

RGB874521-
CMYK00.480.760.66
HSL21.82º61.11%21.18%-
HSV(B)21.82º75.86%34.12%-
XYZ53.961.21-
YUV54.82108.91150.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=56.86%
G=29.41%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87452100.480.760.6621.8261.1121.18
Hex572D150304C42163d15
Octal1275525060114102267525
Binary1010111101101101010110000100110010000101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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