Html Css Color HEX #59340E Baker's Chocolate

📋 copy color: '#59340E'

red 89 ◦ green 52 ◦ blue 14

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

Shades of Baker's Chocolate #59340E

Tints of Baker's Chocolate #59340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 57.42%
G = 33.55%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59340E (or 0x59340E) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 0E. RGB value is (89,52,14). Sum of RGB (Red+Green+Blue) = 89+52+14=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59340E is #A6CBF1. Grayscale: #3A3A3A. Windows color (decimal): -10931186 or 930905. OLE color: 930905.

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

Color convert

RGB 89 52 14 -
CMYK 0 0.42 0.84 0.65
HSL 30.4º 0.73% 0.2% -
HSV(B) 30.4º 0.84% 0.35% -
XYZ 5.43 4.61 1.02 -
YUV 58.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 89 52 14 0 0.42 0.84 0.65 30.4 0.73 0.2
Hex 59 34 E 0 2A 54 41 1E 49 14
Octal 131 64 16 0 52 124 101 36 111 24
Binary 1011001 110100 1110 0 101010 1010100 1000001 11110 1001001 10100

Color Harmonies of #59340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59340E

Black with #59340E

Text Example


Text Example

White with #59340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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