#572D11

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

Shades of Baker's Chocolate #572D11

Tints of Baker's Chocolate #572D11

Color information

#572D11 (or 0x572D11) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 11. RGB value is (87,45,17). Sum of RGB (Red+Green+Blue) = 87+45+17=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #572D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D11 is #A8D2EE. Grayscale: #363636. Windows color (decimal): -11064047 or 1125719. OLE color: 1125719.

HSL color Cylindrical-coordinate representation of color #572D11: hue angle of 24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572D11 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB874517-
CMYK00.480.800.66
HSL24º67.31%20.39%-
HSV(B)24º80.46%34.12%-
XYZ4.973.941.03-
YUV54.37106.91151.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=58.39%
G=30.20%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87451700.480.800.662467.3120.39
Hex572D110305042184314
Octal12755210601201023010324
Binary10101111011011000101100001010000100001011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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