Html Css Color HEX #59413F Woody Brown

📋 copy color: '#59413F'

red 89 ◦ green 65 ◦ blue 63

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

Shades of Woody Brown #59413F

Tints of Woody Brown #59413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 63 (25% from 255) = 29.03%

R = 41.01%
G = 29.95%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59413F (or 0x59413F) is known color: Woody Brown. HEX triplet: 59, 41 and 3F. RGB value is (89,65,63). Sum of RGB (Red+Green+Blue) = 89+65+63=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59413F is #A6BEC0. Grayscale: #474747. Windows color (decimal): -10927809 or 4145497. OLE color: 4145497.

HSL color Cylindrical-coordinate representation of color #59413F: hue angle of 4.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59413F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 63 -
CMYK 0 0.27 0.29 0.65
HSL 4.62º 0.17% 0.3% -
HSV(B) 4.62º 0.29% 0.35% -
XYZ 6.91 6.26 5.55 -
YUV 71.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 89 65 63 0 0.27 0.29 0.65 4.62 0.17 0.3
Hex 59 41 3F 0 1B 1D 41 5 11 1E
Octal 131 101 77 0 33 35 101 5 21 36
Binary 1011001 1000001 111111 0 11011 11101 1000001 101 10001 11110

Color Harmonies of #59413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59413F

Black with #59413F

Text Example


Text Example

White with #59413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,65,63); }

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

background-color css

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

 a { background-color: rgb(89,65,63); }

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

border-color css

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

 span { border-color: rgb(89,65,63); }

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