Html Css Color HEX #591901 Baker's Chocolate

📋 copy color: '#591901'

red 89 ◦ green 25 ◦ blue 1

#591901
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #591901

Tints of Baker's Chocolate #591901

RGB

 RED value IS 89 (35.16% from 255) = 77.39%

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 77.39%
G = 21.74%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#591901 (or 0x591901) is known color: Baker's Chocolate. HEX triplet: 59, 19 and 01. RGB value is (89,25,1). Sum of RGB (Red+Green+Blue) = 89+25+1=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #591901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591901 is #A6E6FE. Grayscale: #292929. Windows color (decimal): -10938111 or 72025. OLE color: 72025.

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

Color convert

RGB 89 25 1 -
CMYK 0 0.72 0.99 0.65
HSL 16.36º 0.98% 0.18% -
HSV(B) 16.36º 0.99% 0.35% -
XYZ 4.47 2.82 0.34 -
YUV 41.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 89 25 1 0 0.72 0.99 0.65 16.36 0.98 0.18
Hex 59 19 1 0 48 63 41 10 62 12
Octal 131 31 1 0 110 143 101 20 142 22
Binary 1011001 11001 1 0 1001000 1100011 1000001 10000 1100010 10010

Color Harmonies of #591901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591901

Black with #591901

Text Example


Text Example

White with #591901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591901; }

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

 H1.HeaderClassName
 {
   color: #591901;
 }
 .AnyTagClassName
 {
   color: #591901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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