Html Css Color HEX #494530 Woodrush

📋 copy color: '#494530'

red 73 ◦ green 69 ◦ blue 48

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

Shades of Woodrush #494530

Tints of Woodrush #494530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 38.42%
G = 36.32%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#494530 (or 0x494530) is known color: Woodrush. HEX triplet: 49, 45 and 30. RGB value is (73,69,48). Sum of RGB (Red+Green+Blue) = 73+69+48=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #494530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494530 is #B6BACF. Grayscale: #434343. Windows color (decimal): -11975376 or 3163465. OLE color: 3163465.

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

Color convert

RGB 73 69 48 -
CMYK 0 0.05 0.34 0.71
HSL 50.4º 0.21% 0.24% -
HSV(B) 50.4º 0.34% 0.29% -
XYZ 5.41 5.89 3.65 -
YUV 67.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 73 69 48 0 0.05 0.34 0.71 50.4 0.21 0.24
Hex 49 45 30 0 5 22 47 32 15 18
Octal 111 105 60 0 5 42 107 62 25 30
Binary 1001001 1000101 110000 0 101 100010 1000111 110010 10101 11000

Color Harmonies of #494530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494530

Black with #494530

Text Example


Text Example

White with #494530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494530; }

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

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

background-color css

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

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

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

border-color css

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

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

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