Html Css Color HEX #5A4A49 Woody Brown

📋 copy color: '#5A4A49'

red 90 ◦ green 74 ◦ blue 73

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

Shades of Woody Brown #5A4A49

Tints of Woody Brown #5A4A49

RGB

 RED value IS 90 (35.55% from 255) = 37.97%

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 37.97%
G = 31.22%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A4A49 (or 0x5A4A49) is known color: Woody Brown. HEX triplet: 5A, 4A and 49. RGB value is (90,74,73). Sum of RGB (Red+Green+Blue) = 90+74+73=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A49 is #A5B5B6. Grayscale: #4E4E4E. Windows color (decimal): -10859959 or 4803162. OLE color: 4803162.

HSL color Cylindrical-coordinate representation of color #5A4A49: hue angle of 3.53º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A4A49 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 74 73 -
CMYK 0 0.18 0.19 0.65
HSL 3.53º 0.1% 0.32% -
HSV(B) 3.53º 0.19% 0.35% -
XYZ 7.87 7.55 7.35 -
YUV 78.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 90 74 73 0 0.18 0.19 0.65 3.53 0.1 0.32
Hex 5A 4A 49 0 12 13 41 4 A 20
Octal 132 112 111 0 22 23 101 4 12 40
Binary 1011010 1001010 1001001 0 10010 10011 1000001 100 1010 100000

Color Harmonies of #5A4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4A49

Black with #5A4A49

Text Example


Text Example

White with #5A4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4A49; }

 p { color: rgb(90,74,73); }

 H1.HeaderClassName
 {
   color: #5A4A49;
 }
 .AnyTagClassName
 {
   color: #5A4A49;
 }
</style>

background-color css

<style>
 a { background-color: #5A4A49; }

 a { background-color: rgb(90,74,73); }

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

border-color css

<style>
 span { border-color: #5A4A49; }

 span { border-color: rgb(90,74,73); }

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