#572F16

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

Shades of Baker's Chocolate #572F16

Tints of Baker's Chocolate #572F16

Color information

#572F16 (or 0x572F16) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2F and 16. RGB value is (87,47,22). Sum of RGB (Red+Green+Blue) = 87+47+22=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #572F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F16 is #A8D0E9. Grayscale: #383838. Windows color (decimal): -11063530 or 1453911. OLE color: 1453911.

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

Color convert

RGB874722-
CMYK00.460.750.66
HSL23.08º59.63%21.37%-
HSV(B)23.08º74.71%34.12%-
XYZ5.094.121.29-
YUV56.11108.75150.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=55.77%
G=30.13%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87472200.460.750.6623.0859.6321.37
Hex572F1602E4B42173c15
Octal1275726056113102277425
Binary1010111101111101100101110100101110000101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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