#47451F

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

Shades of Woodrush #47451F

Tints of Woodrush #47451F

Color information

#47451F (or 0x47451F) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 1F. RGB value is (71,69,31). Sum of RGB (Red+Green+Blue) = 71+69+31=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451F is #B8BAE0. Grayscale: #414141. Windows color (decimal): -12106465 or 2049351. OLE color: 2049351.

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

Color convert

RGB716931-
CMYK00.030.560.72
HSL57º39.22%20%-
HSV(B)57º56.34%27.84%-
XYZ4.975.692.13-
YUV65.27108.66132.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=41.52%
G=40.35%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71693100.030.560.725739.2220
Hex47451F033848392714
Octal107105370370110714724
Binary1000111100010111111011111000100100011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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