#47452F

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

Shades of Woodrush #47452F

Tints of Woodrush #47452F

Color information

#47452F (or 0x47452F) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 2F. RGB value is (71,69,47). Sum of RGB (Red+Green+Blue) = 71+69+47=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452F is #B8BAD0. Grayscale: #434343. Windows color (decimal): -12106449 or 3097927. OLE color: 3097927.

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

Color convert

RGB716947-
CMYK00.030.340.72
HSL55º20.34%23.14%-
HSV(B)55º33.8%27.84%-
XYZ5.245.83.53-
YUV67.09116.66130.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=37.97%
G=36.90%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71694700.030.340.725520.3423.14
Hex47452F032248371417
Octal107105570342110672427
Binary1000111100010110111101110001010010001101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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