#47442E

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

Shades of Woodrush #47442E

Tints of Woodrush #47442E

Color information

#47442E (or 0x47442E) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 2E. RGB value is (71,68,46). Sum of RGB (Red+Green+Blue) = 71+68+46=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47442E is #B8BBD1. Grayscale: #424242. Windows color (decimal): -12106706 or 3032135. OLE color: 3032135.

HSL color Cylindrical-coordinate representation of color #47442E: hue angle of 52.8º 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 #47442E is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB716846-
CMYK00.040.350.72
HSL52.8º21.37%22.94%-
HSV(B)52.8º35.21%27.84%-
XYZ5.165.673.41-
YUV66.39116.49131.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=38.38%
G=36.76%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71684600.040.350.7252.821.3722.94
Hex47442E042348351517
Octal107104560443110652527
Binary10001111000100101110010010001110010001101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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