#572A11

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

Shades of Baker's Chocolate #572A11

Tints of Baker's Chocolate #572A11

Color information

#572A11 (or 0x572A11) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 11. RGB value is (87,42,17). Sum of RGB (Red+Green+Blue) = 87+42+17=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A11 is #A8D5EE. Grayscale: #343434. Windows color (decimal): -11064815 or 1124951. OLE color: 1124951.

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

Color convert

RGB874217-
CMYK00.520.800.66
HSL21.43º67.31%20.39%-
HSV(B)21.43º80.46%34.12%-
XYZ4.863.720.99-
YUV52.6107.91152.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=59.59%
G=28.77%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87421700.520.800.6621.4367.3120.39
Hex572A110345042154314
Octal12752210641201022510324
Binary10101111010101000101101001010000100001010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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