Html Css Color HEX #59423F Woody Brown

📋 copy color: '#59423F'

red 89 ◦ green 66 ◦ blue 63

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

Shades of Woody Brown #59423F

Tints of Woody Brown #59423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 40.83%
G = 30.28%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59423F (or 0x59423F) is known color: Woody Brown. HEX triplet: 59, 42 and 3F. RGB value is (89,66,63). Sum of RGB (Red+Green+Blue) = 89+66+63=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59423F is #A6BDC0. Grayscale: #484848. Windows color (decimal): -10927553 or 4145753. OLE color: 4145753.

HSL color Cylindrical-coordinate representation of color #59423F: hue angle of 6.92º 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 #59423F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 63 -
CMYK 0 0.26 0.29 0.65
HSL 6.92º 0.17% 0.3% -
HSV(B) 6.92º 0.29% 0.35% -
XYZ 6.97 6.38 5.57 -
YUV 72.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 89 66 63 0 0.26 0.29 0.65 6.92 0.17 0.3
Hex 59 42 3F 0 1A 1D 41 7 11 1E
Octal 131 102 77 0 32 35 101 7 21 36
Binary 1011001 1000010 111111 0 11010 11101 1000001 111 10001 11110

Color Harmonies of #59423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59423F

Black with #59423F

Text Example


Text Example

White with #59423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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