#572916

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

Shades of Baker's Chocolate #572916

Tints of Baker's Chocolate #572916

Color information

#572916 (or 0x572916) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 29 and 16. RGB value is (87,41,22). Sum of RGB (Red+Green+Blue) = 87+41+22=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #572916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572916 is #A8D6E9. Grayscale: #343434. Windows color (decimal): -11065066 or 1452375. OLE color: 1452375.

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

Color convert

RGB874122-
CMYK00.530.750.66
HSL17.54º59.63%21.37%-
HSV(B)17.54º74.71%34.12%-
XYZ4.873.671.21-
YUV52.59110.74152.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=58%
G=27.33%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87412200.530.750.6617.5459.6321.37
Hex5729160354B42123c15
Octal1275126065113102227425
Binary1010111101001101100110101100101110000101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572916; }

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

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

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

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

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

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

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

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