Html Css Color HEX #59400D Dark Brown

📋 copy color: '#59400D'

red 89 ◦ green 64 ◦ blue 13

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

Shades of Dark Brown #59400D

Tints of Dark Brown #59400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 53.61%
G = 38.55%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59400D (or 0x59400D) is known color: Dark Brown. HEX triplet: 59, 40 and 0D. RGB value is (89,64,13). Sum of RGB (Red+Green+Blue) = 89+64+13=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59400D is #A6BFF2. Grayscale: #414141. Windows color (decimal): -10928115 or 868441. OLE color: 868441.

HSL color Cylindrical-coordinate representation of color #59400D: hue angle of 40.26º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59400D is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 13 -
CMYK 0 0.28 0.85 0.65
HSL 40.26º 0.75% 0.2% -
HSV(B) 40.26º 0.85% 0.35% -
XYZ 6.03 5.82 1.19 -
YUV 65.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 89 64 13 0 0.28 0.85 0.65 40.26 0.75 0.2
Hex 59 40 D 0 1C 55 41 28 4B 14
Octal 131 100 15 0 34 125 101 50 113 24
Binary 1011001 1000000 1101 0 11100 1010101 1000001 101000 1001011 10100

Color Harmonies of #59400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59400D

Black with #59400D

Text Example


Text Example

White with #59400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59400D; }

 p { color: rgb(89,64,13); }

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

background-color css

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

 a { background-color: rgb(89,64,13); }

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

border-color css

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

 span { border-color: rgb(89,64,13); }

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