#571E06

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

Shades of Baker's Chocolate #571E06

Tints of Baker's Chocolate #571E06

Color information

#571E06 (or 0x571E06) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1E and 06. RGB value is (87,30,6). Sum of RGB (Red+Green+Blue) = 87+30+6=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E06 is #A8E1F9. Grayscale: #2C2C2C. Windows color (decimal): -11067898 or 400983. OLE color: 400983.

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

Color convert

RGB87306-
CMYK00.660.930.66
HSL17.78º87.1%18.24%-
HSV(B)17.78º93.1%34.12%-
XYZ4.432.970.51-
YUV44.31106.38158.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=70.73%
G=24.39%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8730600.660.930.6617.7887.118.24
Hex571E60425D42125712
Octal12736601021351022212722
Binary101011111110110010000101011101100001010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E06; }

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

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

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

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

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

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

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

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