#572C12

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

Shades of Baker's Chocolate #572C12

Tints of Baker's Chocolate #572C12

Color information

#572C12 (or 0x572C12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2C and 12. RGB value is (87,44,18). Sum of RGB (Red+Green+Blue) = 87+44+18=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #572C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C12 is #A8D3ED. Grayscale: #363636. Windows color (decimal): -11064302 or 1190999. OLE color: 1190999.

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

Color convert

RGB874418-
CMYK00.490.790.66
HSL22.61º65.71%20.59%-
HSV(B)22.61º79.31%34.12%-
XYZ4.943.871.06-
YUV53.89107.75151.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=58.39%
G=29.53%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87441800.490.790.6622.6165.7120.59
Hex572C120314F42174215
Octal12754220611171022710225
Binary10101111011001001001100011001111100001010111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,18); }

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

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

 a { background-color: rgb(87,44,18); }

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

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

 span { border-color: rgb(87,44,18); }

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