#47451D

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

Shades of Woodrush #47451D

Tints of Woodrush #47451D

Color information

#47451D (or 0x47451D) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 1D. RGB value is (71,69,29). Sum of RGB (Red+Green+Blue) = 71+69+29=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451D is #B8BAE2. Grayscale: #414141. Windows color (decimal): -12106467 or 1918279. OLE color: 1918279.

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

Color convert

RGB716929-
CMYK00.030.590.72
HSL57.14º42%19.61%-
HSV(B)57.14º59.15%27.84%-
XYZ4.955.682-
YUV65.04107.66132.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=42.01%
G=40.83%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71692900.030.590.7257.144219.61
Hex47451D033B48392a14
Octal107105350373110715224
Binary1000111100010111101011111011100100011100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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