Html Css Color HEX #593110 Baker's Chocolate

📋 copy color: '#593110'

red 89 ◦ green 49 ◦ blue 16

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

Shades of Baker's Chocolate #593110

Tints of Baker's Chocolate #593110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 57.79%
G = 31.82%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#593110 (or 0x593110) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 10. RGB value is (89,49,16). Sum of RGB (Red+Green+Blue) = 89+49+16=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #593110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593110 is #A6CEEF. Grayscale: #393939. Windows color (decimal): -10931952 or 1061209. OLE color: 1061209.

HSL color Cylindrical-coordinate representation of color #593110: hue angle of 27.12º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #593110 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 16 -
CMYK 0 0.45 0.82 0.65
HSL 27.12º 0.7% 0.21% -
HSV(B) 27.12º 0.82% 0.35% -
XYZ 5.31 4.36 1.05 -
YUV 57.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 89 49 16 0 0.45 0.82 0.65 27.12 0.7 0.21
Hex 59 31 10 0 2D 52 41 1B 46 15
Octal 131 61 20 0 55 122 101 33 106 25
Binary 1011001 110001 10000 0 101101 1010010 1000001 11011 1000110 10101

Color Harmonies of #593110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593110

Black with #593110

Text Example


Text Example

White with #593110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593110; }

 p { color: rgb(89,49,16); }

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

background-color css

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

 a { background-color: rgb(89,49,16); }

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

border-color css

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

 span { border-color: rgb(89,49,16); }

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