#571E08

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

Shades of Baker's Chocolate #571E08

Tints of Baker's Chocolate #571E08

Color information

#571E08 (or 0x571E08) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1E and 08. RGB value is (87,30,8). Sum of RGB (Red+Green+Blue) = 87+30+8=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E08 is #A8E1F7. Grayscale: #2C2C2C. Windows color (decimal): -11067896 or 532055. OLE color: 532055.

HSL color Cylindrical-coordinate representation of color #571E08: hue angle of 16.71º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #571E08 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87308-
CMYK00.660.910.66
HSL16.71º83.16%18.63%-
HSV(B)16.71º90.8%34.12%-
XYZ4.442.970.57-
YUV44.54107.38158.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=69.6%
G=24%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8730800.660.910.6616.7183.1618.63
Hex571E80425B42115313
Octal127361001021331022112323
Binary1010111111101000010000101011011100001010001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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