Html Css Color HEX #494621 Woodrush

📋 copy color: '#494621'

red 73 ◦ green 70 ◦ blue 33

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

Shades of Woodrush #494621

Tints of Woodrush #494621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.75%

R = 41.48%
G = 39.77%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#494621 (or 0x494621) is known color: Woodrush. HEX triplet: 49, 46 and 21. RGB value is (73,70,33). Sum of RGB (Red+Green+Blue) = 73+70+33=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #494621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494621 is #B6B9DE. Grayscale: #424242. Windows color (decimal): -11975135 or 2180681. OLE color: 2180681.

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

Color convert

RGB 73 70 33 -
CMYK 0 0.04 0.55 0.71
HSL 55.5º 0.38% 0.21% -
HSV(B) 55.5º 0.55% 0.29% -
XYZ 5.21 5.91 2.3 -
YUV 66.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 73 70 33 0 0.04 0.55 0.71 55.5 0.38 0.21
Hex 49 46 21 0 4 37 47 38 26 15
Octal 111 106 41 0 4 67 107 70 46 25
Binary 1001001 1000110 100001 0 100 110111 1000111 111000 100110 10101

Color Harmonies of #494621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494621

Black with #494621

Text Example


Text Example

White with #494621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494621; }

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

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

background-color css

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

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

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

border-color css

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

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

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