#47422D

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

Shades of Woodrush #47422D

Tints of Woodrush #47422D

Color information

#47422D (or 0x47422D) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 2D. RGB value is (71,66,45). Sum of RGB (Red+Green+Blue) = 71+66+45=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422D is #B8BDD2. Grayscale: #414141. Windows color (decimal): -12107219 or 2966087. OLE color: 2966087.

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

Color convert

RGB716645-
CMYK00.070.370.72
HSL48.46º22.41%22.75%-
HSV(B)48.46º36.62%27.84%-
XYZ5.025.433.27-
YUV65.1116.66132.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=39.01%
G=36.26%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71664500.070.370.7248.4622.4122.75
Hex47422D072548301617
Octal107102550745110602627
Binary10001111000010101101011110010110010001100001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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