#474435

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

Shades of Woodrush #474435

Tints of Woodrush #474435

Color information

#474435 (or 0x474435) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 35. RGB value is (71,68,53). Sum of RGB (Red+Green+Blue) = 71+68+53=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #474435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474435 is #B8BBCA. Grayscale: #434343. Windows color (decimal): -12106699 or 3490887. OLE color: 3490887.

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

Color convert

RGB716853-
CMYK00.040.250.72
HSL50º14.52%24.31%-
HSV(B)50º25.35%27.84%-
XYZ5.315.734.19-
YUV67.19119.99130.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=36.98%
G=35.42%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71685300.040.250.725014.5224.31
Hex47443504194832f18
Octal107104650431110621730
Binary100011110001001101010100110011001000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474435; }

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

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

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

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

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

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

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

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