Html Css Color HEX #593314 Baker's Chocolate

📋 copy color: '#593314'

red 89 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #593314

Tints of Baker's Chocolate #593314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 55.63%
G = 31.88%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593314 (or 0x593314) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 14. RGB value is (89,51,20). Sum of RGB (Red+Green+Blue) = 89+51+20=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593314 is #A6CCEB. Grayscale: #3A3A3A. Windows color (decimal): -10931436 or 1323865. OLE color: 1323865.

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

Color convert

RGB 89 51 20 -
CMYK 0 0.43 0.78 0.65
HSL 26.96º 0.63% 0.21% -
HSV(B) 26.96º 0.78% 0.35% -
XYZ 5.43 4.54 1.25 -
YUV 58.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 89 51 20 0 0.43 0.78 0.65 26.96 0.63 0.21
Hex 59 33 14 0 2B 4E 41 1B 3F 15
Octal 131 63 24 0 53 116 101 33 77 25
Binary 1011001 110011 10100 0 101011 1001110 1000001 11011 111111 10101

Color Harmonies of #593314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593314

Black with #593314

Text Example


Text Example

White with #593314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593314; }

 p { color: rgb(89,51,20); }

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

background-color css

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

 a { background-color: rgb(89,51,20); }

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

border-color css

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

 span { border-color: rgb(89,51,20); }

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