#47482D

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

Shades of Waiouru #47482D

Tints of Waiouru #47482D

Color information

#47482D (or 0x47482D) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 2D. RGB value is (71,72,45). Sum of RGB (Red+Green+Blue) = 71+72+45=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #47482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47482D is #B8B7D2. Grayscale: #444444. Windows color (decimal): -12105683 or 2967623. OLE color: 2967623.

HSL color Cylindrical-coordinate representation of color #47482D: hue angle of 62.22º 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 #47482D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB717245-
CMYK0.0100.380.72
HSL62.22º23.08%22.94%-
HSV(B)62.22º37.5%28.24%-
XYZ5.396.163.39-
YUV68.62114.67129.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=37.77%
G=38.30%
B=23.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172450.0100.380.7262.2223.0822.94
Hex47482D1026483e1717
Octal107110551046110762727
Binary100011110010001011011010011010010001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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