#572F0C

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

Shades of Baker's Chocolate #572F0C

Tints of Baker's Chocolate #572F0C

Color information

#572F0C (or 0x572F0C) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 0C. RGB value is (87,47,12). Sum of RGB (Red+Green+Blue) = 87+47+12=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F0C is #A8D0F3. Grayscale: #373737. Windows color (decimal): -11063540 or 798551. OLE color: 798551.

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

Color convert

RGB874712-
CMYK00.460.860.66
HSL28º75.76%19.41%-
HSV(B)28º86.21%34.12%-
XYZ5.014.090.87-
YUV54.97103.75150.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=59.59%
G=32.19%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87471200.460.860.662875.7619.41
Hex572FC02E56421c4c13
Octal12757140561261023411423
Binary1010111101111110001011101010110100001011100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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