#591E01

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

Shades of Baker's Chocolate #591E01

Tints of Baker's Chocolate #591E01

Color information

#591E01 (or 0x591E01) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 1E and 01. RGB value is (89,30,1). Sum of RGB (Red+Green+Blue) = 89+30+1=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #591E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E01 is #A6E1FE. Grayscale: #2C2C2C. Windows color (decimal): -10936831 or 73305. OLE color: 73305.

HSL color Cylindrical-coordinate representation of color #591E01: hue angle of 19.77º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #591E01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB89301-
CMYK00.660.990.65
HSL19.77º97.78%17.65%-
HSV(B)19.77º98.88%34.9%-
XYZ4.593.050.38-
YUV44.34103.55159.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=74.17%
G=25%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8930100.660.990.6519.7797.7817.65
Hex591E10426341146212
Octal13136101021431012414222
Binary1011001111101010000101100011100000110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,30,1); }

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

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

 a { background-color: rgb(89,30,1); }

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

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

 span { border-color: rgb(89,30,1); }

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