Html Css Color HEX #59371C Baker's Chocolate

📋 copy color: '#59371C'

red 89 ◦ green 55 ◦ blue 28

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

Shades of Baker's Chocolate #59371C

Tints of Baker's Chocolate #59371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 51.74%
G = 31.98%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59371C (or 0x59371C) is known color: Baker's Chocolate. HEX triplet: 59, 37 and 1C. RGB value is (89,55,28). Sum of RGB (Red+Green+Blue) = 89+55+28=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59371C is #A6C8E3. Grayscale: #3E3E3E. Windows color (decimal): -10930404 or 1849177. OLE color: 1849177.

HSL color Cylindrical-coordinate representation of color #59371C: hue angle of 26.56º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59371C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 55 28 -
CMYK 0 0.38 0.69 0.65
HSL 26.56º 0.52% 0.23% -
HSV(B) 26.56º 0.69% 0.35% -
XYZ 5.7 4.94 1.75 -
YUV 62.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 89 55 28 0 0.38 0.69 0.65 26.56 0.52 0.23
Hex 59 37 1C 0 26 45 41 1B 34 17
Octal 131 67 34 0 46 105 101 33 64 27
Binary 1011001 110111 11100 0 100110 1000101 1000001 11011 110100 10111

Color Harmonies of #59371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59371C

Black with #59371C

Text Example


Text Example

White with #59371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59371C; }

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

 H1.HeaderClassName
 {
   color: #59371C;
 }
 .AnyTagClassName
 {
   color: #59371C;
 }
</style>

background-color css

<style>
 a { background-color: #59371C; }

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

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

border-color css

<style>
 span { border-color: #59371C; }

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

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