Html Css Color HEX #59400F Dark Brown

📋 copy color: '#59400F'

red 89 ◦ green 64 ◦ blue 15

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

Shades of Dark Brown #59400F

Tints of Dark Brown #59400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 52.98%
G = 38.1%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59400F (or 0x59400F) is known color: Dark Brown. HEX triplet: 59, 40 and 0F. RGB value is (89,64,15). Sum of RGB (Red+Green+Blue) = 89+64+15=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59400F is #A6BFF0. Grayscale: #424242. Windows color (decimal): -10928113 or 999513. OLE color: 999513.

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

Color convert

RGB 89 64 15 -
CMYK 0 0.28 0.83 0.65
HSL 39.73º 0.71% 0.2% -
HSV(B) 39.73º 0.83% 0.35% -
XYZ 6.04 5.83 1.26 -
YUV 65.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 89 64 15 0 0.28 0.83 0.65 39.73 0.71 0.2
Hex 59 40 F 0 1C 53 41 28 47 14
Octal 131 100 17 0 34 123 101 50 107 24
Binary 1011001 1000000 1111 0 11100 1010011 1000001 101000 1000111 10100

Color Harmonies of #59400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59400F

Black with #59400F

Text Example


Text Example

White with #59400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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