Html Css Color HEX #59401C Dark Brown

📋 copy color: '#59401C'

red 89 ◦ green 64 ◦ blue 28

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

Shades of Dark Brown #59401C

Tints of Dark Brown #59401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 49.17%
G = 35.36%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59401C (or 0x59401C) is known color: Dark Brown. HEX triplet: 59, 40 and 1C. RGB value is (89,64,28). Sum of RGB (Red+Green+Blue) = 89+64+28=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59401C is #A6BFE3. Grayscale: #434343. Windows color (decimal): -10928100 or 1851481. OLE color: 1851481.

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

Color convert

RGB 89 64 28 -
CMYK 0 0.28 0.69 0.65
HSL 35.41º 0.52% 0.23% -
HSV(B) 35.41º 0.69% 0.35% -
XYZ 6.16 5.87 1.91 -
YUV 67.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 89 64 28 0 0.28 0.69 0.65 35.41 0.52 0.23
Hex 59 40 1C 0 1C 45 41 23 34 17
Octal 131 100 34 0 34 105 101 43 64 27
Binary 1011001 1000000 11100 0 11100 1000101 1000001 100011 110100 10111

Color Harmonies of #59401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59401C

Black with #59401C

Text Example


Text Example

White with #59401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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