#474431

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

Shades of Woodrush #474431

Tints of Woodrush #474431

Color information

#474431 (or 0x474431) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 31. RGB value is (71,68,49). Sum of RGB (Red+Green+Blue) = 71+68+49=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #474431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474431 is #B8BBCE. Grayscale: #424242. Windows color (decimal): -12106703 or 3228743. OLE color: 3228743.

HSL color Cylindrical-coordinate representation of color #474431: hue angle of 51.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474431 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB716849-
CMYK00.040.310.72
HSL51.82º18.33%23.53%-
HSV(B)51.82º30.99%27.84%-
XYZ5.225.73.73-
YUV66.73117.99131.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=37.77%
G=36.17%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71684900.040.310.7251.8218.3323.53
Hex474431041F48341218
Octal107104610437110642230
Binary1000111100010011000101001111110010001101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474431; }

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

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

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

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

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

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

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

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