#572E11

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

Shades of Baker's Chocolate #572E11

Tints of Baker's Chocolate #572E11

Color information

#572E11 (or 0x572E11) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2E and 11. RGB value is (87,46,17). Sum of RGB (Red+Green+Blue) = 87+46+17=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #572E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E11 is #A8D1EE. Grayscale: #373737. Windows color (decimal): -11063791 or 1125975. OLE color: 1125975.

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

Color convert

RGB874617-
CMYK00.470.800.66
HSL24.86º67.31%20.39%-
HSV(B)24.86º80.46%34.12%-
XYZ5.014.021.04-
YUV54.95106.58150.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=58%
G=30.67%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87461700.470.800.6624.8667.3120.39
Hex572E1102F5042194314
Octal12756210571201023110324
Binary10101111011101000101011111010000100001011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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