#47422B

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

Shades of Woodrush #47422B

Tints of Woodrush #47422B

Color information

#47422B (or 0x47422B) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 2B. RGB value is (71,66,43). Sum of RGB (Red+Green+Blue) = 71+66+43=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #47422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422B is #B8BDD4. Grayscale: #404040. Windows color (decimal): -12107221 or 2835015. OLE color: 2835015.

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

Color convert

RGB716643-
CMYK00.070.390.72
HSL49.29º24.56%22.35%-
HSV(B)49.29º39.44%27.84%-
XYZ4.985.413.07-
YUV64.87115.66132.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=39.44%
G=36.67%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71664300.070.390.7249.2924.5622.35
Hex47422B072748311916
Octal107102530747110613126
Binary10001111000010101011011110011110010001100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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