#47451E

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

Shades of Woodrush #47451E

Tints of Woodrush #47451E

Color information

#47451E (or 0x47451E) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 1E. RGB value is (71,69,30). Sum of RGB (Red+Green+Blue) = 71+69+30=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451E is #B8BAE1. Grayscale: #414141. Windows color (decimal): -12106466 or 1983815. OLE color: 1983815.

HSL color Cylindrical-coordinate representation of color #47451E: hue angle of 57.07º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47451E is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB716930-
CMYK00.030.580.72
HSL57.07º40.59%19.8%-
HSV(B)57.07º57.75%27.84%-
XYZ4.965.692.07-
YUV65.15108.16132.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=41.76%
G=40.59%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71693000.030.580.7257.0740.5919.8
Hex47451E033A48392914
Octal107105360372110715124
Binary1000111100010111110011111010100100011100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,69,30); }

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

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

 a { background-color: rgb(71,69,30); }

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

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

 span { border-color: rgb(71,69,30); }

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