#474432

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

Shades of Woodrush #474432

Tints of Woodrush #474432

Color information

#474432 (or 0x474432) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 32. RGB value is (71,68,50). Sum of RGB (Red+Green+Blue) = 71+68+50=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #474432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474432 is #B8BBCD. Grayscale: #424242. Windows color (decimal): -12106702 or 3294279. OLE color: 3294279.

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

Color convert

RGB716850-
CMYK00.040.300.72
HSL51.43º17.36%23.73%-
HSV(B)51.43º29.58%27.84%-
XYZ5.245.73.84-
YUV66.84118.49130.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=37.57%
G=35.98%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71685000.040.300.7251.4317.3623.73
Hex474432041E48331118
Octal107104620436110632130
Binary1000111100010011001001001111010010001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474432; }

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

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

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

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

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

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

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

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