Html Css Color HEX #59320E Baker's Chocolate

📋 copy color: '#59320E'

red 89 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #59320E

Tints of Baker's Chocolate #59320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 58.17%
G = 32.68%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59320E (or 0x59320E) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 0E. RGB value is (89,50,14). Sum of RGB (Red+Green+Blue) = 89+50+14=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59320E is #A6CDF1. Grayscale: #393939. Windows color (decimal): -10931698 or 930393. OLE color: 930393.

HSL color Cylindrical-coordinate representation of color #59320E: hue angle of 28.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59320E is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 14 -
CMYK 0 0.44 0.84 0.65
HSL 28.8º 0.73% 0.2% -
HSV(B) 28.8º 0.84% 0.35% -
XYZ 5.34 4.44 0.99 -
YUV 57.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 89 50 14 0 0.44 0.84 0.65 28.8 0.73 0.2
Hex 59 32 E 0 2C 54 41 1D 49 14
Octal 131 62 16 0 54 124 101 35 111 24
Binary 1011001 110010 1110 0 101100 1010100 1000001 11101 1001001 10100

Color Harmonies of #59320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59320E

Black with #59320E

Text Example


Text Example

White with #59320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59320E; }

 p { color: rgb(89,50,14); }

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

background-color css

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

 a { background-color: rgb(89,50,14); }

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

border-color css

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

 span { border-color: rgb(89,50,14); }

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