#47472A

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

Shades of Waiouru #47472A

Tints of Waiouru #47472A

Color information

#47472A (or 0x47472A) is unknown color: approx Waiouru. HEX triplet: 47, 47 and 2A. RGB value is (71,71,42). Sum of RGB (Red+Green+Blue) = 71+71+42=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47472A is #B8B8D5. Grayscale: #434343. Windows color (decimal): -12105942 or 2770759. OLE color: 2770759.

HSL color Cylindrical-coordinate representation of color #47472A: hue angle of 60º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47472A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB717142-
CMYK000.410.72
HSL60º25.66%22.16%-
HSV(B)60º40.85%27.84%-
XYZ5.276.013.07-
YUV67.69113.5130.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=38.59%
G=38.59%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717142000.410.726025.6622.16
Hex47472A0029483c1a16
Octal107107520051110743226
Binary100011110001111010100010100110010001111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47472A; }

 p { color: rgb(71,71,42); }

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

<style>
 a { background-color: #47472A; }

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

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

<style>
 span { border-color: #47472A; }

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

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