#572606

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

Shades of Baker's Chocolate #572606

Tints of Baker's Chocolate #572606

Color information

#572606 (or 0x572606) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 26 and 06. RGB value is (87,38,6). Sum of RGB (Red+Green+Blue) = 87+38+6=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #572606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572606 is #A8D9F9. Grayscale: #313131. Windows color (decimal): -11065850 or 403031. OLE color: 403031.

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

Color convert

RGB87386-
CMYK00.560.930.66
HSL23.7º87.1%18.24%-
HSV(B)23.7º93.1%34.12%-
XYZ4.663.430.59-
YUV49103.73155.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=66.41%
G=29.01%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738600.560.930.6623.787.118.24
Hex572660385D42185712
Octal1274660701351023012722
Binary101011110011011001110001011101100001011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572606; }

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

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

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

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

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

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

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

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