#47422C

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

Shades of Woodrush #47422C

Tints of Woodrush #47422C

Color information

#47422C (or 0x47422C) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 2C. RGB value is (71,66,44). Sum of RGB (Red+Green+Blue) = 71+66+44=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422C is #B8BDD3. Grayscale: #414141. Windows color (decimal): -12107220 or 2900551. OLE color: 2900551.

HSL color Cylindrical-coordinate representation of color #47422C: hue angle of 48.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47422C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB716644-
CMYK00.070.380.72
HSL48.89º23.48%22.55%-
HSV(B)48.89º38.03%27.84%-
XYZ55.423.17-
YUV64.99116.16132.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=39.23%
G=36.46%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71664400.070.380.7248.8923.4822.55
Hex47422C072648311717
Octal107102540746110612727
Binary10001111000010101100011110011010010001100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47422C; }

 p { color: rgb(71,66,44); }

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

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

 a { background-color: rgb(71,66,44); }

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

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

 span { border-color: rgb(71,66,44); }

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