#474728

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

Shades of Waiouru #474728

Tints of Waiouru #474728

Color information

#474728 (or 0x474728) is unknown color: approx Waiouru. HEX triplet: 47, 47 and 28. RGB value is (71,71,40). Sum of RGB (Red+Green+Blue) = 71+71+40=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474728 is #B8B8D7. Grayscale: #434343. Windows color (decimal): -12105944 or 2639687. OLE color: 2639687.

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

Color convert

RGB717140-
CMYK000.440.72
HSL60º27.93%21.76%-
HSV(B)60º43.66%27.84%-
XYZ5.2362.89-
YUV67.47112.5130.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=39.01%
G=39.01%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717140000.440.726027.9321.76
Hex474728002C483c1c16
Octal107107500054110743426
Binary100011110001111010000010110010010001111001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474728; }

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

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

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

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

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

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

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

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