Html Css Color HEX #593A14 Baker's Chocolate

📋 copy color: '#593A14'

red 89 ◦ green 58 ◦ blue 20

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

Shades of Baker's Chocolate #593A14

Tints of Baker's Chocolate #593A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

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

R = 53.29%
G = 34.73%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593A14 (or 0x593A14) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 14. RGB value is (89,58,20). Sum of RGB (Red+Green+Blue) = 89+58+20=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #593A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A14 is #A6C5EB. Grayscale: #3F3F3F. Windows color (decimal): -10929644 or 1325657. OLE color: 1325657.

HSL color Cylindrical-coordinate representation of color #593A14: hue angle of 33.04º 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 #593A14 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 58 20 -
CMYK 0 0.35 0.78 0.65
HSL 33.04º 0.63% 0.21% -
HSV(B) 33.04º 0.78% 0.35% -
XYZ 5.76 5.2 1.36 -
YUV 62.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 89 58 20 0 0.35 0.78 0.65 33.04 0.63 0.21
Hex 59 3A 14 0 23 4E 41 21 3F 15
Octal 131 72 24 0 43 116 101 41 77 25
Binary 1011001 111010 10100 0 100011 1001110 1000001 100001 111111 10101

Color Harmonies of #593A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A14

Black with #593A14

Text Example


Text Example

White with #593A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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