Html Css Color HEX #591800 Baker's Chocolate

📋 copy color: '#591800'

red 89 ◦ green 24 ◦ blue 0

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

Shades of Baker's Chocolate #591800

Tints of Baker's Chocolate #591800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 78.76%
G = 21.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#591800 (or 0x591800) is known color: Baker's Chocolate. HEX triplet: 59, 18 and 00. RGB value is (89,24,0). Sum of RGB (Red+Green+Blue) = 89+24+0=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591800 is #A6E7FF. Grayscale: #282828. Windows color (decimal): -10938368 or 6233. OLE color: 6233.

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

Color convert

RGB 89 24 0 -
CMYK 0 0.73 1 0.65
HSL 16.18º 1% 0.17% -
HSV(B) 16.18º 1% 0.35% -
XYZ 4.45 2.78 0.3 -
YUV 40.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 89 24 0 0 0.73 1 0.65 16.18 1 0.17
Hex 59 18 0 0 49 64 41 10 64 11
Octal 131 30 0 0 111 144 101 20 144 21
Binary 1011001 11000 0 0 1001001 1100100 1000001 10000 1100100 10001

Color Harmonies of #591800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591800

Black with #591800

Text Example


Text Example

White with #591800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591800; }

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

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

background-color css

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

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

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

border-color css

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

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

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