#571B04

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

Shades of Baker's Chocolate #571B04

Tints of Baker's Chocolate #571B04

Color information

#571B04 (or 0x571B04) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1B and 04. RGB value is (87,27,4). Sum of RGB (Red+Green+Blue) = 87+27+4=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #571B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B04 is #A8E4FB. Grayscale: #2A2A2A. Windows color (decimal): -11068668 or 269143. OLE color: 269143.

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

Color convert

RGB87274-
CMYK00.690.950.66
HSL16.63º91.21%17.84%-
HSV(B)16.63º95.4%34.12%-
XYZ4.342.820.43-
YUV42.32106.38159.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.73%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=73.73%
G=22.88%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8727400.690.950.6616.6391.2117.84
Hex571B40455F42115b12
Octal12733401051371022113322
Binary101011111011100010001011011111100001010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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