Html Css Color HEX #59290E Baker's Chocolate

📋 copy color: '#59290E'

red 89 ◦ green 41 ◦ blue 14

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

Shades of Baker's Chocolate #59290E

Tints of Baker's Chocolate #59290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

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

R = 61.81%
G = 28.47%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59290E (or 0x59290E) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 0E. RGB value is (89,41,14). Sum of RGB (Red+Green+Blue) = 89+41+14=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #59290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59290E is #A6D6F1. Grayscale: #343434. Windows color (decimal): -10934002 or 928089. OLE color: 928089.

HSL color Cylindrical-coordinate representation of color #59290E: hue angle of 21.6º 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 #59290E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 14 -
CMYK 0 0.54 0.84 0.65
HSL 21.6º 0.73% 0.2% -
HSV(B) 21.6º 0.84% 0.35% -
XYZ 4.99 3.74 0.87 -
YUV 52.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 89 41 14 0 0.54 0.84 0.65 21.6 0.73 0.2
Hex 59 29 E 0 36 54 41 16 49 14
Octal 131 51 16 0 66 124 101 26 111 24
Binary 1011001 101001 1110 0 110110 1010100 1000001 10110 1001001 10100

Color Harmonies of #59290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59290E

Black with #59290E

Text Example


Text Example

White with #59290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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