#581D06

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

Shades of Baker's Chocolate #581D06

Tints of Baker's Chocolate #581D06

Color information

#581D06 (or 0x581D06) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 1D and 06. RGB value is (88,29,6). Sum of RGB (Red+Green+Blue) = 88+29+6=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D06 is #A7E2F9. Grayscale: #2C2C2C. Windows color (decimal): -11002618 or 400728. OLE color: 400728.

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

Color convert

RGB88296-
CMYK00.670.930.65
HSL16.83º87.23%18.43%-
HSV(B)16.83º93.18%34.51%-
XYZ4.52.970.51-
YUV44.02106.55159.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=71.54%
G=23.58%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8829600.670.930.6516.8387.2318.43
Hex581D60435D41115712
Octal13035601031351012112722
Binary101100011101110010000111011101100000110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,6); }

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

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

 a { background-color: rgb(88,29,6); }

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

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

 span { border-color: rgb(88,29,6); }

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