Html Css Color HEX #494529 Woodrush

📋 copy color: '#494529'

red 73 ◦ green 69 ◦ blue 41

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

Shades of Woodrush #494529

Tints of Woodrush #494529

RGB

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

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

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

R = 39.89%
G = 37.7%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#494529 (or 0x494529) is known color: Woodrush. HEX triplet: 49, 45 and 29. RGB value is (73,69,41). Sum of RGB (Red+Green+Blue) = 73+69+41=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #494529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494529 is #B6BAD6. Grayscale: #434343. Windows color (decimal): -11975383 or 2704713. OLE color: 2704713.

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

Color convert

RGB 73 69 41 -
CMYK 0 0.05 0.44 0.71
HSL 52.5º 0.28% 0.22% -
HSV(B) 52.5º 0.44% 0.29% -
XYZ 5.28 5.83 2.95 -
YUV 67 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 73 69 41 0 0.05 0.44 0.71 52.5 0.28 0.22
Hex 49 45 29 0 5 2C 47 34 1C 16
Octal 111 105 51 0 5 54 107 64 34 26
Binary 1001001 1000101 101001 0 101 101100 1000111 110100 11100 10110

Color Harmonies of #494529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494529

Black with #494529

Text Example


Text Example

White with #494529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494529; }

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

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

background-color css

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

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

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

border-color css

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

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

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