#494427

Color #494427 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #494427

Tints of Woodrush #494427

Color information

#494427 (or 0x494427) is unknown color: approx Woodrush. HEX triplet: 49, 44 and 27. RGB value is (73,68,39). Sum of RGB (Red+Green+Blue) = 73+68+39=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #494427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494427 is #B6BBD8. Grayscale: #424242. Windows color (decimal): -11975641 or 2573385. OLE color: 2573385.

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

Color convert

RGB736839-
CMYK00.070.470.71
HSL51.18º30.36%21.96%-
HSV(B)51.18º46.58%28.63%-
XYZ5.185.72.75-
YUV66.19112.66132.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=40.56%
G=37.78%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73683900.070.470.7151.1830.3621.96
Hex494427072F47331e16
Octal111104470757107633626
Binary10010011000100100111011110111110001111100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494427; }

 p { color: rgb(73,68,39); }

 H1.HeaderClassName
 {
   color: #494427;
 }
 .AnyTagClassName
 {
   color: #494427;
 }
</style>
background-color css

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

 a { background-color: rgb(73,68,39); }

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

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

 span { border-color: rgb(73,68,39); }

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