Html Css Color HEX #593413 Baker's Chocolate

📋 copy color: '#593413'

red 89 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #593413

Tints of Baker's Chocolate #593413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

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

R = 55.63%
G = 32.5%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#593413 (or 0x593413) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 13. RGB value is (89,52,19). Sum of RGB (Red+Green+Blue) = 89+52+19=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593413 is #A6CBEC. Grayscale: #3B3B3B. Windows color (decimal): -10931181 or 1258585. OLE color: 1258585.

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

Color convert

RGB 89 52 19 -
CMYK 0 0.42 0.79 0.65
HSL 28.29º 0.65% 0.21% -
HSV(B) 28.29º 0.79% 0.35% -
XYZ 5.47 4.63 1.22 -
YUV 59.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 89 52 19 0 0.42 0.79 0.65 28.29 0.65 0.21
Hex 59 34 13 0 2A 4F 41 1C 41 15
Octal 131 64 23 0 52 117 101 34 101 25
Binary 1011001 110100 10011 0 101010 1001111 1000001 11100 1000001 10101

Color Harmonies of #593413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593413

Black with #593413

Text Example


Text Example

White with #593413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593413; }

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

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

background-color css

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

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

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

border-color css

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

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

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