#474429

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

Shades of Woodrush #474429

Tints of Woodrush #474429

Color information

#474429 (or 0x474429) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 29. RGB value is (71,68,41). Sum of RGB (Red+Green+Blue) = 71+68+41=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #474429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474429 is #B8BBD6. Grayscale: #414141. Windows color (decimal): -12106711 or 2704455. OLE color: 2704455.

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

Color convert

RGB716841-
CMYK00.040.420.72
HSL54º26.79%21.96%-
HSV(B)54º42.25%27.84%-
XYZ5.075.632.92-
YUV65.82113.99131.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=39.44%
G=37.78%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71684100.040.420.725426.7921.96
Hex474429042A48361b16
Octal107104510452110663326
Binary10001111000100101001010010101010010001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474429; }

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

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

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

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

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

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

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

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