Html Css Color HEX #593B14 Baker's Chocolate

📋 copy color: '#593B14'

red 89 ◦ green 59 ◦ blue 20

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

Shades of Baker's Chocolate #593B14

Tints of Baker's Chocolate #593B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

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

R = 52.98%
G = 35.12%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593B14 (or 0x593B14) is known color: Baker's Chocolate. HEX triplet: 59, 3B and 14. RGB value is (89,59,20). Sum of RGB (Red+Green+Blue) = 89+59+20=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #593B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593B14 is #A6C4EB. Grayscale: #3F3F3F. Windows color (decimal): -10929388 or 1325913. OLE color: 1325913.

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

Color convert

RGB 89 59 20 -
CMYK 0 0.34 0.78 0.65
HSL 33.91º 0.63% 0.21% -
HSV(B) 33.91º 0.78% 0.35% -
XYZ 5.81 5.3 1.38 -
YUV 63.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 89 59 20 0 0.34 0.78 0.65 33.91 0.63 0.21
Hex 59 3B 14 0 22 4E 41 22 3F 15
Octal 131 73 24 0 42 116 101 42 77 25
Binary 1011001 111011 10100 0 100010 1001110 1000001 100010 111111 10101

Color Harmonies of #593B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B14

Black with #593B14

Text Example


Text Example

White with #593B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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