#474332

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

Shades of Woodrush #474332

Tints of Woodrush #474332

Color information

#474332 (or 0x474332) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 32. RGB value is (71,67,50). Sum of RGB (Red+Green+Blue) = 71+67+50=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #474332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474332 is #B8BCCD. Grayscale: #424242. Windows color (decimal): -12106958 or 3294023. OLE color: 3294023.

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

Color convert

RGB716750-
CMYK00.060.300.72
HSL48.57º17.36%23.73%-
HSV(B)48.57º29.58%27.84%-
XYZ5.185.583.82-
YUV66.26118.83131.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=37.77%
G=35.64%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71675000.060.300.7248.5717.3623.73
Hex474332061E48311118
Octal107103620636110612130
Binary1000111100001111001001101111010010001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474332; }

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

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

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

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

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

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

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

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