#474529

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

Shades of Woodrush #474529

Tints of Woodrush #474529

Color information

#474529 (or 0x474529) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 29. RGB value is (71,69,41). Sum of RGB (Red+Green+Blue) = 71+69+41=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #474529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474529 is #B8BAD6. Grayscale: #424242. Windows color (decimal): -12106455 or 2704711. OLE color: 2704711.

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

Color convert

RGB716941-
CMYK00.030.420.72
HSL56º26.79%21.96%-
HSV(B)56º42.25%27.84%-
XYZ5.135.762.94-
YUV66.41113.66131.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=39.23%
G=38.12%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71694100.030.420.725626.7921.96
Hex474529032A48381b16
Octal107105510352110703326
Binary1000111100010110100101110101010010001110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474529; }

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

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

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

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

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

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

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

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