Html Css Color HEX #593914 Baker's Chocolate

📋 copy color: '#593914'

red 89 ◦ green 57 ◦ blue 20

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

Shades of Baker's Chocolate #593914

Tints of Baker's Chocolate #593914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

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

R = 53.61%
G = 34.34%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593914 (or 0x593914) is known color: Baker's Chocolate. HEX triplet: 59, 39 and 14. RGB value is (89,57,20). Sum of RGB (Red+Green+Blue) = 89+57+20=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #593914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593914 is #A6C6EB. Grayscale: #3E3E3E. Windows color (decimal): -10929900 or 1325401. OLE color: 1325401.

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

Color convert

RGB 89 57 20 -
CMYK 0 0.36 0.78 0.65
HSL 32.17º 0.63% 0.21% -
HSV(B) 32.17º 0.78% 0.35% -
XYZ 5.71 5.1 1.35 -
YUV 62.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 89 57 20 0 0.36 0.78 0.65 32.17 0.63 0.21
Hex 59 39 14 0 24 4E 41 20 3F 15
Octal 131 71 24 0 44 116 101 40 77 25
Binary 1011001 111001 10100 0 100100 1001110 1000001 100000 111111 10101

Color Harmonies of #593914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593914

Black with #593914

Text Example


Text Example

White with #593914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593914; }

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

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

background-color css

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

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

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

border-color css

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

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

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