#47482C

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

Shades of Waiouru #47482C

Tints of Waiouru #47482C

Color information

#47482C (or 0x47482C) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 2C. RGB value is (71,72,44). Sum of RGB (Red+Green+Blue) = 71+72+44=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #47482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47482C is #B8B7D3. Grayscale: #444444. Windows color (decimal): -12105684 or 2902087. OLE color: 2902087.

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

Color convert

RGB717244-
CMYK0.0100.390.72
HSL62.14º24.14%22.75%-
HSV(B)62.14º38.89%28.24%-
XYZ5.376.163.29-
YUV68.51114.17129.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=37.97%
G=38.50%
B=23.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172440.0100.390.7262.1424.1422.75
Hex47482C1027483e1817
Octal107110541047110763027
Binary100011110010001011001010011110010001111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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