#572A16

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

Shades of Baker's Chocolate #572A16

Tints of Baker's Chocolate #572A16

Color information

#572A16 (or 0x572A16) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 16. RGB value is (87,42,22). Sum of RGB (Red+Green+Blue) = 87+42+22=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #572A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A16 is #A8D5E9. Grayscale: #353535. Windows color (decimal): -11064810 or 1452631. OLE color: 1452631.

HSL color Cylindrical-coordinate representation of color #572A16: hue angle of 18.46º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572A16 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB874222-
CMYK00.520.750.66
HSL18.46º59.63%21.37%-
HSV(B)18.46º74.71%34.12%-
XYZ4.93.741.22-
YUV53.18110.41152.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=57.62%
G=27.81%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87422200.520.750.6618.4659.6321.37
Hex572A160344B42123c15
Octal1275226064113102227425
Binary1010111101010101100110100100101110000101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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