#572806

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

Shades of Baker's Chocolate #572806

Tints of Baker's Chocolate #572806

Color information

#572806 (or 0x572806) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 06. RGB value is (87,40,6). Sum of RGB (Red+Green+Blue) = 87+40+6=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #572806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572806 is #A8D7F9. Grayscale: #323232. Windows color (decimal): -11065338 or 403543. OLE color: 403543.

HSL color Cylindrical-coordinate representation of color #572806: hue angle of 25.19º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #572806 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87406-
CMYK00.540.930.66
HSL25.19º87.1%18.24%-
HSV(B)25.19º93.1%34.12%-
XYZ4.723.560.61-
YUV50.18103.07154.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=65.41%
G=30.08%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8740600.540.930.6625.1987.118.24
Hex572860365D42195712
Octal1275060661351023112722
Binary101011110100011001101101011101100001011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572806; }

 p { color: rgb(87,40,6); }

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

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

 a { background-color: rgb(87,40,6); }

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

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

 span { border-color: rgb(87,40,6); }

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