#47492E

Color #47492E Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #47492E

Tints of Waiouru #47492E

Color information

#47492E (or 0x47492E) is unknown color: approx Waiouru. HEX triplet: 47, 49 and 2E. RGB value is (71,73,46). Sum of RGB (Red+Green+Blue) = 71+73+46=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #47492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47492E is #B8B6D1. Grayscale: #454545. Windows color (decimal): -12105426 or 3033415. OLE color: 3033415.

HSL color Cylindrical-coordinate representation of color #47492E: hue angle of 64.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47492E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB717346-
CMYK0.0300.370.71
HSL64.44º22.69%23.33%-
HSV(B)64.44º36.99%28.63%-
XYZ5.476.33.51-
YUV69.32114.84129.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=37.37%
G=38.42%
B=24.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173460.0300.370.7164.4422.6923.33
Hex47492E302547401717
Octal1071115630451071002727
Binary10001111001001101110110100101100011110000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47492E; }

 p { color: rgb(71,73,46); }

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

<style>
 a { background-color: #47492E; }

 a { background-color: rgb(71,73,46); }

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

<style>
 span { border-color: #47492E; }

 span { border-color: rgb(71,73,46); }

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