#572C16

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

Shades of Baker's Chocolate #572C16

Tints of Baker's Chocolate #572C16

Color information

#572C16 (or 0x572C16) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2C and 16. RGB value is (87,44,22). Sum of RGB (Red+Green+Blue) = 87+44+22=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #572C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C16 is #A8D3E9. Grayscale: #363636. Windows color (decimal): -11064298 or 1453143. OLE color: 1453143.

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

Color convert

RGB874422-
CMYK00.490.750.66
HSL20.31º59.63%21.37%-
HSV(B)20.31º74.71%34.12%-
XYZ4.983.891.25-
YUV54.35109.75151.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 44 (17.58% from 255) = 28.76%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=56.86%
G=28.76%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87442200.490.750.6620.3159.6321.37
Hex572C160314B42143c15
Octal1275426061113102247425
Binary1010111101100101100110001100101110000101010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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