Html Css Color HEX #593C0E Baker's Chocolate

📋 copy color: '#593C0E'

red 89 ◦ green 60 ◦ blue 14

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

Shades of Baker's Chocolate #593C0E

Tints of Baker's Chocolate #593C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 54.6%
G = 36.81%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#593C0E (or 0x593C0E) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 0E. RGB value is (89,60,14). Sum of RGB (Red+Green+Blue) = 89+60+14=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C0E is #A6C3F1. Grayscale: #3F3F3F. Windows color (decimal): -10929138 or 932953. OLE color: 932953.

HSL color Cylindrical-coordinate representation of color #593C0E: hue angle of 36.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #593C0E is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 60 14 -
CMYK 0 0.33 0.84 0.65
HSL 36.8º 0.73% 0.2% -
HSV(B) 36.8º 0.84% 0.35% -
XYZ 5.81 5.39 1.15 -
YUV 63.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 89 60 14 0 0.33 0.84 0.65 36.8 0.73 0.2
Hex 59 3C E 0 21 54 41 25 49 14
Octal 131 74 16 0 41 124 101 45 111 24
Binary 1011001 111100 1110 0 100001 1010100 1000001 100101 1001001 10100

Color Harmonies of #593C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593C0E

Black with #593C0E

Text Example


Text Example

White with #593C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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