#581F04

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

Shades of Baker's Chocolate #581F04

Tints of Baker's Chocolate #581F04

Color information

#581F04 (or 0x581F04) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 1F and 04. RGB value is (88,31,4). Sum of RGB (Red+Green+Blue) = 88+31+4=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F04 is #A7E0FB. Grayscale: #2D2D2D. Windows color (decimal): -11002108 or 270168. OLE color: 270168.

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

Color convert

RGB88314-
CMYK00.650.950.65
HSL19.29º91.3%18.04%-
HSV(B)19.29º95.45%34.51%-
XYZ4.543.060.47-
YUV44.96104.88158.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=71.54%
G=25.20%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8831400.650.950.6519.2991.318.04
Hex581F40415F41135b12
Octal13037401011371012313322
Binary101100011111100010000011011111100000110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F04; }

 p { color: rgb(88,31,4); }

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

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

 a { background-color: rgb(88,31,4); }

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

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

 span { border-color: rgb(88,31,4); }

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