#474622

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

Shades of Woodrush #474622

Tints of Woodrush #474622

Color information

#474622 (or 0x474622) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 22. RGB value is (71,70,34). Sum of RGB (Red+Green+Blue) = 71+70+34=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474622 is #B8B9DD. Grayscale: #424242. Windows color (decimal): -12106206 or 2246215. OLE color: 2246215.

HSL color Cylindrical-coordinate representation of color #474622: hue angle of 58.38º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474622 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB717034-
CMYK00.010.520.72
HSL58.38º35.24%20.59%-
HSV(B)58.38º52.11%27.84%-
XYZ5.085.842.37-
YUV66.19109.83131.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=40.57%
G=40%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703400.010.520.7258.3835.2420.59
Hex4746220134483a2315
Octal107106420164110724325
Binary1000111100011010001001110100100100011101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474622; }

 p { color: rgb(71,70,34); }

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

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

 a { background-color: rgb(71,70,34); }

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

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

 span { border-color: rgb(71,70,34); }

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