#474129

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

Shades of Woodrush #474129

Tints of Woodrush #474129

Color information

#474129 (or 0x474129) is unknown color: approx Woodrush. HEX triplet: 47, 41 and 29. RGB value is (71,65,41). Sum of RGB (Red+Green+Blue) = 71+65+41=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474129 is #B8BED6. Grayscale: #404040. Windows color (decimal): -12107479 or 2703687. OLE color: 2703687.

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

Color convert

RGB716541-
CMYK00.080.420.72
HSL48º26.79%21.96%-
HSV(B)48º42.25%27.84%-
XYZ4.895.282.86-
YUV64.06114.99132.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=40.11%
G=36.72%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71654100.080.420.724826.7921.96
Hex474129082A48301b16
Octal1071015101052110603326
Binary100011110000011010010100010101010010001100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474129; }

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

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

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

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

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

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

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

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