Html Css Color HEX #593213 Baker's Chocolate

📋 copy color: '#593213'

red 89 ◦ green 50 ◦ blue 19

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

Shades of Baker's Chocolate #593213

Tints of Baker's Chocolate #593213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 56.33%
G = 31.65%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#593213 (or 0x593213) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 13. RGB value is (89,50,19). Sum of RGB (Red+Green+Blue) = 89+50+19=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #593213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593213 is #A6CDEC. Grayscale: #3A3A3A. Windows color (decimal): -10931693 or 1258073. OLE color: 1258073.

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

Color convert

RGB 89 50 19 -
CMYK 0 0.44 0.79 0.65
HSL 26.57º 0.65% 0.21% -
HSV(B) 26.57º 0.79% 0.35% -
XYZ 5.38 4.45 1.19 -
YUV 58.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 89 50 19 0 0.44 0.79 0.65 26.57 0.65 0.21
Hex 59 32 13 0 2C 4F 41 1B 41 15
Octal 131 62 23 0 54 117 101 33 101 25
Binary 1011001 110010 10011 0 101100 1001111 1000001 11011 1000001 10101

Color Harmonies of #593213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593213

Black with #593213

Text Example


Text Example

White with #593213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593213; }

 p { color: rgb(89,50,19); }

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

background-color css

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

 a { background-color: rgb(89,50,19); }

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

border-color css

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

 span { border-color: rgb(89,50,19); }

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