Html Css Color HEX #59370D Baker's Chocolate

📋 copy color: '#59370D'

red 89 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #59370D

Tints of Baker's Chocolate #59370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 56.69%
G = 35.03%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59370D (or 0x59370D) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 0D. RGB value is (89,55,13). Sum of RGB (Red+Green+Blue) = 89+55+13=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59370D is #A6C8F2. Grayscale: #3C3C3C. Windows color (decimal): -10930419 or 866137. OLE color: 866137.

HSL color Cylindrical-coordinate representation of color #59370D: hue angle of 33.16º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59370D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 55 13 -
CMYK 0 0.38 0.85 0.65
HSL 33.16º 0.75% 0.2% -
HSV(B) 33.16º 0.85% 0.35% -
XYZ 5.56 4.89 1.03 -
YUV 60.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 89 55 13 0 0.38 0.85 0.65 33.16 0.75 0.2
Hex 59 37 D 0 26 55 41 21 4B 14
Octal 131 67 15 0 46 125 101 41 113 24
Binary 1011001 110111 1101 0 100110 1010101 1000001 100001 1001011 10100

Color Harmonies of #59370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59370D

Black with #59370D

Text Example


Text Example

White with #59370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59370D; }

 p { color: rgb(89,55,13); }

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

background-color css

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

 a { background-color: rgb(89,55,13); }

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

border-color css

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

 span { border-color: rgb(89,55,13); }

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