#474727

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

Shades of Waiouru #474727

Tints of Waiouru #474727

Color information

#474727 (or 0x474727) is unknown color: approx Waiouru. HEX triplet: 47, 47 and 27. RGB value is (71,71,39). Sum of RGB (Red+Green+Blue) = 71+71+39=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474727 is #B8B8D8. Grayscale: #434343. Windows color (decimal): -12105945 or 2574151. OLE color: 2574151.

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

Color convert

RGB717139-
CMYK000.450.72
HSL60º29.09%21.57%-
HSV(B)60º45.07%27.84%-
XYZ5.225.992.8-
YUV67.35112130.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=39.23%
G=39.23%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717139000.450.726029.0921.57
Hex474727002D483c1d16
Octal107107470055110743526
Binary100011110001111001110010110110010001111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474727; }

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

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

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

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

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

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

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

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