#474520

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

Shades of Woodrush #474520

Tints of Woodrush #474520

Color information

#474520 (or 0x474520) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 20. RGB value is (71,69,32). Sum of RGB (Red+Green+Blue) = 71+69+32=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #474520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474520 is #B8BADF. Grayscale: #414141. Windows color (decimal): -12106464 or 2114887. OLE color: 2114887.

HSL color Cylindrical-coordinate representation of color #474520: hue angle of 56.92º 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 #474520 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB716932-
CMYK00.030.550.72
HSL56.92º37.86%20.2%-
HSV(B)56.92º54.93%27.84%-
XYZ4.995.72.2-
YUV65.38109.16132.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=41.28%
G=40.12%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71693200.030.550.7256.9237.8620.2
Hex474520033748392614
Octal107105400367110714624
Binary10001111000101100000011110111100100011100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474520; }

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

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

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

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

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

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

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

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