#591800

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

Shades of Baker's Chocolate #591800

Tints of Baker's Chocolate #591800

Color information

#591800 (or 0x591800) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 18 and 00. RGB value is (89,24,0). Sum of RGB (Red+Green+Blue) = 89+24+0=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591800 is #A6E7FF. Grayscale: #282828. Windows color (decimal): -10938368 or 6233. OLE color: 6233.

HSL color Cylindrical-coordinate representation of color #591800: hue angle of 16.18º 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 #591800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB89240-
CMYK00.7310.65
HSL16.18º100%17.45%-
HSV(B)16.18º100%34.9%-
XYZ4.452.780.3-
YUV40.7105.03162.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.76%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.76%
G=21.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8924000.7310.6516.1810017.45
Hex591800496441106411
Octal13130001111441012014421
Binary1011001110000010010011100100100000110000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591800; }

 p { color: rgb(89,24,0); }

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

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

 a { background-color: rgb(89,24,0); }

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

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

 span { border-color: rgb(89,24,0); }

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