#474624

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

Shades of Woodrush #474624

Tints of Woodrush #474624

Color information

#474624 (or 0x474624) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 24. RGB value is (71,70,36). Sum of RGB (Red+Green+Blue) = 71+70+36=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474624 is #B8B9DB. Grayscale: #424242. Windows color (decimal): -12106204 or 2377287. OLE color: 2377287.

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

Color convert

RGB717036-
CMYK00.010.490.72
HSL58.29º32.71%20.98%-
HSV(B)58.29º49.3%27.84%-
XYZ5.115.852.53-
YUV66.42110.83131.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=40.11%
G=39.55%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703600.010.490.7258.2932.7120.98
Hex4746240131483a2115
Octal107106440161110724125
Binary1000111100011010010001110001100100011101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474624; }

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

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

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

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

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

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

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

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