Html Css Color HEX #494629 Woodrush

📋 copy color: '#494629'

red 73 ◦ green 70 ◦ blue 41

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

Shades of Woodrush #494629

Tints of Woodrush #494629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 39.67%
G = 38.04%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#494629 (or 0x494629) is known color: Woodrush. HEX triplet: 49, 46 and 29. RGB value is (73,70,41). Sum of RGB (Red+Green+Blue) = 73+70+41=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #494629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494629 is #B6B9D6. Grayscale: #434343. Windows color (decimal): -11975127 or 2704969. OLE color: 2704969.

HSL color Cylindrical-coordinate representation of color #494629: hue angle of 54.38º 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 #494629 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 41 -
CMYK 0 0.04 0.44 0.71
HSL 54.38º 0.28% 0.22% -
HSV(B) 54.38º 0.44% 0.29% -
XYZ 5.34 5.96 2.97 -
YUV 67.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 73 70 41 0 0.04 0.44 0.71 54.38 0.28 0.22
Hex 49 46 29 0 4 2C 47 36 1C 16
Octal 111 106 51 0 4 54 107 66 34 26
Binary 1001001 1000110 101001 0 100 101100 1000111 110110 11100 10110

Color Harmonies of #494629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494629

Black with #494629

Text Example


Text Example

White with #494629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494629; }

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

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

background-color css

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

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

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

border-color css

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

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

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