#572F12

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

Shades of Baker's Chocolate #572F12

Tints of Baker's Chocolate #572F12

Color information

#572F12 (or 0x572F12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 12. RGB value is (87,47,18). Sum of RGB (Red+Green+Blue) = 87+47+18=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #572F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F12 is #A8D0ED. Grayscale: #373737. Windows color (decimal): -11063534 or 1191767. OLE color: 1191767.

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

Color convert

RGB874718-
CMYK00.460.790.66
HSL25.22º65.71%20.59%-
HSV(B)25.22º79.31%34.12%-
XYZ5.064.11.1-
YUV55.65106.75150.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=57.24%
G=30.92%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87471800.460.790.6625.2265.7120.59
Hex572F1202E4F42194215
Octal12757220561171023110225
Binary10101111011111001001011101001111100001011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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