#572E12

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

Shades of Baker's Chocolate #572E12

Tints of Baker's Chocolate #572E12

Color information

#572E12 (or 0x572E12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2E and 12. RGB value is (87,46,18). Sum of RGB (Red+Green+Blue) = 87+46+18=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #572E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E12 is #A8D1ED. Grayscale: #373737. Windows color (decimal): -11063790 or 1191511. OLE color: 1191511.

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

Color convert

RGB874618-
CMYK00.470.790.66
HSL24.35º65.71%20.59%-
HSV(B)24.35º79.31%34.12%-
XYZ5.024.021.08-
YUV55.07107.08150.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=57.62%
G=30.46%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87461800.470.790.6624.3565.7120.59
Hex572E1202F4F42184215
Octal12756220571171023010225
Binary10101111011101001001011111001111100001011000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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