Html Css Color HEX #494531 Woodrush

📋 copy color: '#494531'

red 73 ◦ green 69 ◦ blue 49

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

Shades of Woodrush #494531

Tints of Woodrush #494531

RGB

 RED value IS 73 (28.91% from 255) = 38.22%

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 38.22%
G = 36.13%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494531 (or 0x494531) is known color: Woodrush. HEX triplet: 49, 45 and 31. RGB value is (73,69,49). Sum of RGB (Red+Green+Blue) = 73+69+49=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #494531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494531 is #B6BACE. Grayscale: #444444. Windows color (decimal): -11975375 or 3229001. OLE color: 3229001.

HSL color Cylindrical-coordinate representation of color #494531: hue angle of 50º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494531 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 49 -
CMYK 0 0.05 0.33 0.71
HSL 50º 0.2% 0.24% -
HSV(B) 50º 0.33% 0.29% -
XYZ 5.43 5.89 3.76 -
YUV 67.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 73 69 49 0 0.05 0.33 0.71 50 0.2 0.24
Hex 49 45 31 0 5 21 47 32 14 18
Octal 111 105 61 0 5 41 107 62 24 30
Binary 1001001 1000101 110001 0 101 100001 1000111 110010 10100 11000

Color Harmonies of #494531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494531

Black with #494531

Text Example


Text Example

White with #494531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494531; }

 p { color: rgb(73,69,49); }

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

background-color css

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

 a { background-color: rgb(73,69,49); }

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

border-color css

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

 span { border-color: rgb(73,69,49); }

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