Html Css Color HEX #593011 Baker's Chocolate

📋 copy color: '#593011'

red 89 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #593011

Tints of Baker's Chocolate #593011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 57.79%
G = 31.17%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#593011 (or 0x593011) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 11. RGB value is (89,48,17). Sum of RGB (Red+Green+Blue) = 89+48+17=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #593011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593011 is #A6CFEE. Grayscale: #383838. Windows color (decimal): -10932207 or 1126489. OLE color: 1126489.

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

Color convert

RGB 89 48 17 -
CMYK 0 0.46 0.81 0.65
HSL 25.83º 0.68% 0.21% -
HSV(B) 25.83º 0.81% 0.35% -
XYZ 5.28 4.28 1.08 -
YUV 56.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 89 48 17 0 0.46 0.81 0.65 25.83 0.68 0.21
Hex 59 30 11 0 2E 51 41 1A 44 15
Octal 131 60 21 0 56 121 101 32 104 25
Binary 1011001 110000 10001 0 101110 1010001 1000001 11010 1000100 10101

Color Harmonies of #593011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593011

Black with #593011

Text Example


Text Example

White with #593011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593011; }

 p { color: rgb(89,48,17); }

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

background-color css

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

 a { background-color: rgb(89,48,17); }

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

border-color css

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

 span { border-color: rgb(89,48,17); }

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