#474420

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

Shades of Woodrush #474420

Tints of Woodrush #474420

Color information

#474420 (or 0x474420) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 20. RGB value is (71,68,32). Sum of RGB (Red+Green+Blue) = 71+68+32=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #474420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474420 is #B8BBDF. Grayscale: #404040. Windows color (decimal): -12106720 or 2114631. OLE color: 2114631.

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

Color convert

RGB716832-
CMYK00.040.550.72
HSL55.38º37.86%20.2%-
HSV(B)55.38º54.93%27.84%-
XYZ4.935.582.18-
YUV64.79109.49132.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=41.52%
G=39.77%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71683200.040.550.7255.3837.8620.2
Hex474420043748372614
Octal107104400467110674624
Binary100011110001001000000100110111100100011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474420; }

 p { color: rgb(71,68,32); }

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

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

 a { background-color: rgb(71,68,32); }

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

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

 span { border-color: rgb(71,68,32); }

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