#47452B

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

Shades of Woodrush #47452B

Tints of Woodrush #47452B

Color information

#47452B (or 0x47452B) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 2B. RGB value is (71,69,43). Sum of RGB (Red+Green+Blue) = 71+69+43=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47452B is #B8BAD4. Grayscale: #424242. Windows color (decimal): -12106453 or 2835783. OLE color: 2835783.

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

Color convert

RGB716943-
CMYK00.030.390.72
HSL55.71º24.56%22.35%-
HSV(B)55.71º39.44%27.84%-
XYZ5.165.773.13-
YUV66.63114.66131.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=38.80%
G=37.70%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71694300.030.390.7255.7124.5622.35
Hex47452B032748381916
Octal107105530347110703126
Binary1000111100010110101101110011110010001110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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