#591F01

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

Shades of Baker's Chocolate #591F01

Tints of Baker's Chocolate #591F01

Color information

#591F01 (or 0x591F01) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 1F and 01. RGB value is (89,31,1). Sum of RGB (Red+Green+Blue) = 89+31+1=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #591F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F01 is #A6E0FE. Grayscale: #2D2D2D. Windows color (decimal): -10936575 or 73561. OLE color: 73561.

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

Color convert

RGB89311-
CMYK00.650.990.65
HSL20.45º97.78%17.65%-
HSV(B)20.45º98.88%34.9%-
XYZ4.623.110.38-
YUV44.92103.22159.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=73.55%
G=25.62%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8931100.650.990.6520.4597.7817.65
Hex591F10416341146212
Octal13137101011431012414222
Binary1011001111111010000011100011100000110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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