Html Css Color HEX #59401D Dark Brown

📋 copy color: '#59401D'

red 89 ◦ green 64 ◦ blue 29

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

Shades of Dark Brown #59401D

Tints of Dark Brown #59401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 48.9%
G = 35.16%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59401D (or 0x59401D) is known color: Dark Brown. HEX triplet: 59, 40 and 1D. RGB value is (89,64,29). Sum of RGB (Red+Green+Blue) = 89+64+29=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59401D is #A6BFE2. Grayscale: #434343. Windows color (decimal): -10928099 or 1917017. OLE color: 1917017.

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

Color convert

RGB 89 64 29 -
CMYK 0 0.28 0.67 0.65
HSL 35º 0.51% 0.23% -
HSV(B) 35º 0.67% 0.35% -
XYZ 6.17 5.88 1.97 -
YUV 67.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 89 64 29 0 0.28 0.67 0.65 35 0.51 0.23
Hex 59 40 1D 0 1C 43 41 23 33 17
Octal 131 100 35 0 34 103 101 43 63 27
Binary 1011001 1000000 11101 0 11100 1000011 1000001 100011 110011 10111

Color Harmonies of #59401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59401D

Black with #59401D

Text Example


Text Example

White with #59401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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