Html Css Color HEX #59370F Baker's Chocolate

📋 copy color: '#59370F'

red 89 ◦ green 55 ◦ blue 15

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

Shades of Baker's Chocolate #59370F

Tints of Baker's Chocolate #59370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 55.97%
G = 34.59%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59370F (or 0x59370F) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 0F. RGB value is (89,55,15). Sum of RGB (Red+Green+Blue) = 89+55+15=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59370F is #A6C8F0. Grayscale: #3C3C3C. Windows color (decimal): -10930417 or 997209. OLE color: 997209.

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

Color convert

RGB 89 55 15 -
CMYK 0 0.38 0.83 0.65
HSL 32.43º 0.71% 0.2% -
HSV(B) 32.43º 0.83% 0.35% -
XYZ 5.57 4.89 1.1 -
YUV 60.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 89 55 15 0 0.38 0.83 0.65 32.43 0.71 0.2
Hex 59 37 F 0 26 53 41 20 47 14
Octal 131 67 17 0 46 123 101 40 107 24
Binary 1011001 110111 1111 0 100110 1010011 1000001 100000 1000111 10100

Color Harmonies of #59370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59370F

Black with #59370F

Text Example


Text Example

White with #59370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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