Html Css Color HEX #591900 Baker's Chocolate

📋 copy color: '#591900'

red 89 ◦ green 25 ◦ blue 0

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

Shades of Baker's Chocolate #591900

Tints of Baker's Chocolate #591900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.07%
G = 21.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#591900 (or 0x591900) is known color: Baker's Chocolate. HEX triplet: 59, 19 and 00. RGB value is (89,25,0). Sum of RGB (Red+Green+Blue) = 89+25+0=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591900 is #A6E6FF. Grayscale: #292929. Windows color (decimal): -10938112 or 6489. OLE color: 6489.

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

Color convert

RGB 89 25 0 -
CMYK 0 0.72 1 0.65
HSL 16.85º 1% 0.17% -
HSV(B) 16.85º 1% 0.35% -
XYZ 4.47 2.82 0.31 -
YUV 41.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 89 25 0 0 0.72 1 0.65 16.85 1 0.17
Hex 59 19 0 0 48 64 41 11 64 11
Octal 131 31 0 0 110 144 101 21 144 21
Binary 1011001 11001 0 0 1001000 1100100 1000001 10001 1100100 10001

Color Harmonies of #591900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591900

Black with #591900

Text Example


Text Example

White with #591900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591900; }

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

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

background-color css

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

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

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

border-color css

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

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

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