#474521

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

Shades of Woodrush #474521

Tints of Woodrush #474521

Color information

#474521 (or 0x474521) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 21. RGB value is (71,69,33). Sum of RGB (Red+Green+Blue) = 71+69+33=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #474521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474521 is #B8BADE. Grayscale: #414141. Windows color (decimal): -12106463 or 2180423. OLE color: 2180423.

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

Color convert

RGB716933-
CMYK00.030.540.72
HSL56.84º36.54%20.39%-
HSV(B)56.84º53.52%27.84%-
XYZ55.712.28-
YUV65.49109.66131.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=41.04%
G=39.88%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71693300.030.540.7256.8436.5420.39
Hex474521033648392514
Octal107105410366110714524
Binary10001111000101100001011110110100100011100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474521; }

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

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

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

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

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

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

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

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