Html Css Color HEX #494626 Woodrush

📋 copy color: '#494626'

red 73 ◦ green 70 ◦ blue 38

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

Shades of Woodrush #494626

Tints of Woodrush #494626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 40.33%
G = 38.67%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#494626 (or 0x494626) is known color: Woodrush. HEX triplet: 49, 46 and 26. RGB value is (73,70,38). Sum of RGB (Red+Green+Blue) = 73+70+38=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494626 is #B6B9D9. Grayscale: #434343. Windows color (decimal): -11975130 or 2508361. OLE color: 2508361.

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

Color convert

RGB 73 70 38 -
CMYK 0 0.04 0.48 0.71
HSL 54.86º 0.32% 0.22% -
HSV(B) 54.86º 0.48% 0.29% -
XYZ 5.29 5.94 2.7 -
YUV 67.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 73 70 38 0 0.04 0.48 0.71 54.86 0.32 0.22
Hex 49 46 26 0 4 30 47 37 20 16
Octal 111 106 46 0 4 60 107 67 40 26
Binary 1001001 1000110 100110 0 100 110000 1000111 110111 100000 10110

Color Harmonies of #494626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494626

Black with #494626

Text Example


Text Example

White with #494626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494626; }

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

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

background-color css

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

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

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

border-color css

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

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

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