#47422E

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

Shades of Woodrush #47422E

Tints of Woodrush #47422E

Color information

#47422E (or 0x47422E) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 2E. RGB value is (71,66,46). Sum of RGB (Red+Green+Blue) = 71+66+46=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422E is #B8BDD1. Grayscale: #414141. Windows color (decimal): -12107218 or 3031623. OLE color: 3031623.

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

Color convert

RGB716646-
CMYK00.070.350.72
HSL48º21.37%22.94%-
HSV(B)48º35.21%27.84%-
XYZ5.045.433.37-
YUV65.22117.16132.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=38.80%
G=36.07%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71664600.070.350.724821.3722.94
Hex47422E072348301517
Octal107102560743110602527
Binary10001111000010101110011110001110010001100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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