#581900

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

Shades of Baker's Chocolate #581900

Tints of Baker's Chocolate #581900

Color information

#581900 (or 0x581900) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 19 and 00. RGB value is (88,25,0). Sum of RGB (Red+Green+Blue) = 88+25+0=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581900 is #A7E6FF. Grayscale: #292929. Windows color (decimal): -11003648 or 6488. OLE color: 6488.

HSL color Cylindrical-coordinate representation of color #581900: hue angle of 17.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #581900 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB88250-
CMYK00.7210.65
HSL17.05º100%17.25%-
HSV(B)17.05º100%34.51%-
XYZ4.372.770.3-
YUV40.99104.87161.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.88%
G=22.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825000.7210.6517.0510017.25
Hex581900486441116411
Octal13031001101441012114421
Binary1011000110010010010001100100100000110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581900; }

 p { color: rgb(88,25,0); }

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

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

 a { background-color: rgb(88,25,0); }

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

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

 span { border-color: rgb(88,25,0); }

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