Html Css Color HEX #494526 Woodrush

📋 copy color: '#494526'

red 73 ◦ green 69 ◦ blue 38

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

Shades of Woodrush #494526

Tints of Woodrush #494526

RGB

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

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

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

R = 40.56%
G = 38.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#494526 (or 0x494526) is known color: Woodrush. HEX triplet: 49, 45 and 26. RGB value is (73,69,38). Sum of RGB (Red+Green+Blue) = 73+69+38=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #494526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494526 is #B6BAD9. Grayscale: #424242. Windows color (decimal): -11975386 or 2508105. OLE color: 2508105.

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

Color convert

RGB 73 69 38 -
CMYK 0 0.05 0.48 0.71
HSL 53.14º 0.32% 0.22% -
HSV(B) 53.14º 0.48% 0.29% -
XYZ 5.23 5.81 2.68 -
YUV 66.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 73 69 38 0 0.05 0.48 0.71 53.14 0.32 0.22
Hex 49 45 26 0 5 30 47 35 20 16
Octal 111 105 46 0 5 60 107 65 40 26
Binary 1001001 1000101 100110 0 101 110000 1000111 110101 100000 10110

Color Harmonies of #494526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494526

Black with #494526

Text Example


Text Example

White with #494526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494526; }

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

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

background-color css

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

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

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

border-color css

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

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

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