Html Css Color HEX #59401A Dark Brown

📋 copy color: '#59401A'

red 89 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #59401A

Tints of Dark Brown #59401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 49.72%
G = 35.75%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59401A (or 0x59401A) is known color: Dark Brown. HEX triplet: 59, 40 and 1A. RGB value is (89,64,26). Sum of RGB (Red+Green+Blue) = 89+64+26=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #59401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59401A is #A6BFE5. Grayscale: #434343. Windows color (decimal): -10928102 or 1720409. OLE color: 1720409.

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

Color convert

RGB 89 64 26 -
CMYK 0 0.28 0.71 0.65
HSL 36.19º 0.55% 0.23% -
HSV(B) 36.19º 0.71% 0.35% -
XYZ 6.14 5.87 1.79 -
YUV 67.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 89 64 26 0 0.28 0.71 0.65 36.19 0.55 0.23
Hex 59 40 1A 0 1C 47 41 24 37 17
Octal 131 100 32 0 34 107 101 44 67 27
Binary 1011001 1000000 11010 0 11100 1000111 1000001 100100 110111 10111

Color Harmonies of #59401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59401A

Black with #59401A

Text Example


Text Example

White with #59401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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