Html Css Color HEX #593C14 Baker's Chocolate

📋 copy color: '#593C14'

red 89 ◦ green 60 ◦ blue 20

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

Shades of Baker's Chocolate #593C14

Tints of Baker's Chocolate #593C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.5%

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

R = 52.66%
G = 35.5%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593C14 (or 0x593C14) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 14. RGB value is (89,60,20). Sum of RGB (Red+Green+Blue) = 89+60+20=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #593C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C14 is #A6C3EB. Grayscale: #404040. Windows color (decimal): -10929132 or 1326169. OLE color: 1326169.

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

Color convert

RGB 89 60 20 -
CMYK 0 0.33 0.78 0.65
HSL 34.78º 0.63% 0.21% -
HSV(B) 34.78º 0.78% 0.35% -
XYZ 5.86 5.41 1.4 -
YUV 64.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 89 60 20 0 0.33 0.78 0.65 34.78 0.63 0.21
Hex 59 3C 14 0 21 4E 41 23 3F 15
Octal 131 74 24 0 41 116 101 43 77 25
Binary 1011001 111100 10100 0 100001 1001110 1000001 100011 111111 10101

Color Harmonies of #593C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593C14

Black with #593C14

Text Example


Text Example

White with #593C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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