Html Css Color HEX #494329 Woodrush

📋 copy color: '#494329'

red 73 ◦ green 67 ◦ blue 41

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

Shades of Woodrush #494329

Tints of Woodrush #494329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.02%

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 40.33%
G = 37.02%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#494329 (or 0x494329) is known color: Woodrush. HEX triplet: 49, 43 and 29. RGB value is (73,67,41). Sum of RGB (Red+Green+Blue) = 73+67+41=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494329 is #B6BCD6. Grayscale: #414141. Windows color (decimal): -11975895 or 2704201. OLE color: 2704201.

HSL color Cylindrical-coordinate representation of color #494329: hue angle of 48.75º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494329 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 41 -
CMYK 0 0.08 0.44 0.71
HSL 48.75º 0.28% 0.22% -
HSV(B) 48.75º 0.44% 0.29% -
XYZ 5.16 5.59 2.91 -
YUV 65.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 73 67 41 0 0.08 0.44 0.71 48.75 0.28 0.22
Hex 49 43 29 0 8 2C 47 31 1C 16
Octal 111 103 51 0 10 54 107 61 34 26
Binary 1001001 1000011 101001 0 1000 101100 1000111 110001 11100 10110

Color Harmonies of #494329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494329

Black with #494329

Text Example


Text Example

White with #494329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494329; }

 p { color: rgb(73,67,41); }

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

background-color css

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

 a { background-color: rgb(73,67,41); }

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

border-color css

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

 span { border-color: rgb(73,67,41); }

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