Html Css Color HEX #59380E Baker's Chocolate

📋 copy color: '#59380E'

red 89 ◦ green 56 ◦ blue 14

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

Shades of Baker's Chocolate #59380E

Tints of Baker's Chocolate #59380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 55.97%
G = 35.22%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59380E (or 0x59380E) is known color: Baker's Chocolate. HEX triplet: 59, 38 and 0E. RGB value is (89,56,14). Sum of RGB (Red+Green+Blue) = 89+56+14=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59380E is #A6C7F1. Grayscale: #3D3D3D. Windows color (decimal): -10930162 or 931929. OLE color: 931929.

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

Color convert

RGB 89 56 14 -
CMYK 0 0.37 0.84 0.65
HSL 33.6º 0.73% 0.2% -
HSV(B) 33.6º 0.84% 0.35% -
XYZ 5.61 4.98 1.08 -
YUV 61.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 89 56 14 0 0.37 0.84 0.65 33.6 0.73 0.2
Hex 59 38 E 0 25 54 41 22 49 14
Octal 131 70 16 0 45 124 101 42 111 24
Binary 1011001 111000 1110 0 100101 1010100 1000001 100010 1001001 10100

Color Harmonies of #59380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59380E

Black with #59380E

Text Example


Text Example

White with #59380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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