#571E04

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

Shades of Baker's Chocolate #571E04

Tints of Baker's Chocolate #571E04

Color information

#571E04 (or 0x571E04) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1E and 04. RGB value is (87,30,4). Sum of RGB (Red+Green+Blue) = 87+30+4=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #571E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E04 is #A8E1FB. Grayscale: #2C2C2C. Windows color (decimal): -11067900 or 269911. OLE color: 269911.

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

Color convert

RGB87304-
CMYK00.660.950.66
HSL18.8º91.21%17.84%-
HSV(B)18.8º95.4%34.12%-
XYZ4.422.960.45-
YUV44.08105.38158.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=71.90%
G=24.79%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8730400.660.950.6618.891.2117.84
Hex571E40425F42135b12
Octal12736401021371022313322
Binary101011111110100010000101011111100001010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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