Html Css Color HEX #593313 Baker's Chocolate

📋 copy color: '#593313'

red 89 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #593313

Tints of Baker's Chocolate #593313

RGB

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

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

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

R = 55.97%
G = 32.08%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#593313 (or 0x593313) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 13. RGB value is (89,51,19). Sum of RGB (Red+Green+Blue) = 89+51+19=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593313 is #A6CCEC. Grayscale: #3A3A3A. Windows color (decimal): -10931437 or 1258329. OLE color: 1258329.

HSL color Cylindrical-coordinate representation of color #593313: hue angle of 27.43º 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 #593313 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 51 19 -
CMYK 0 0.43 0.79 0.65
HSL 27.43º 0.65% 0.21% -
HSV(B) 27.43º 0.79% 0.35% -
XYZ 5.42 4.54 1.21 -
YUV 58.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 89 51 19 0 0.43 0.79 0.65 27.43 0.65 0.21
Hex 59 33 13 0 2B 4F 41 1B 41 15
Octal 131 63 23 0 53 117 101 33 101 25
Binary 1011001 110011 10011 0 101011 1001111 1000001 11011 1000001 10101

Color Harmonies of #593313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593313

Black with #593313

Text Example


Text Example

White with #593313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593313; }

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

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

background-color css

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

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

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

border-color css

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

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

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