#474621

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

Shades of Woodrush #474621

Tints of Woodrush #474621

Color information

#474621 (or 0x474621) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 21. RGB value is (71,70,33). Sum of RGB (Red+Green+Blue) = 71+70+33=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474621 is #B8B9DE. Grayscale: #424242. Windows color (decimal): -12106207 or 2180679. OLE color: 2180679.

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

Color convert

RGB717033-
CMYK00.010.540.72
HSL58.42º36.54%20.39%-
HSV(B)58.42º53.52%27.84%-
XYZ5.065.832.3-
YUV66.08109.33131.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=40.80%
G=40.23%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703300.010.540.7258.4236.5420.39
Hex4746210136483a2514
Octal107106410166110724524
Binary1000111100011010000101110110100100011101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474621; }

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

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

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

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

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

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

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

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