#591C00

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

Shades of Baker's Chocolate #591C00

Tints of Baker's Chocolate #591C00

Color information

#591C00 (or 0x591C00) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 1C and 00. RGB value is (89,28,0). Sum of RGB (Red+Green+Blue) = 89+28+0=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C00 is #A6E3FF. Grayscale: #2B2B2B. Windows color (decimal): -10937344 or 7257. OLE color: 7257.

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

Color convert

RGB89280-
CMYK00.6910.65
HSL18.88º100%17.45%-
HSV(B)18.88º100%34.9%-
XYZ4.542.950.33-
YUV43.05103.71160.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.07%
G=23.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8928000.6910.6518.8810017.45
Hex591C00456441136411
Octal13134001051441012314421
Binary1011001111000010001011100100100000110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591C00; }

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

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

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

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

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

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

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

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