#47452C

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

Shades of Woodrush #47452C

Tints of Woodrush #47452C

Color information

#47452C (or 0x47452C) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 2C. RGB value is (71,69,44). Sum of RGB (Red+Green+Blue) = 71+69+44=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452C is #B8BAD3. Grayscale: #424242. Windows color (decimal): -12106452 or 2901319. OLE color: 2901319.

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

Color convert

RGB716944-
CMYK00.030.380.72
HSL55.56º23.48%22.55%-
HSV(B)55.56º38.03%27.84%-
XYZ5.185.783.22-
YUV66.75115.16131.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=38.59%
G=37.5%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71694400.030.380.7255.5623.4822.55
Hex47452C032648381717
Octal107105540346110702727
Binary1000111100010110110001110011010010001110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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