#474736

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

Shades of Waiouru #474736

Tints of Waiouru #474736

Color information

#474736 (or 0x474736) is unknown color: approx Waiouru. HEX triplet: 47, 47 and 36. RGB value is (71,71,54). Sum of RGB (Red+Green+Blue) = 71+71+54=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474736 is #B8B8C9. Grayscale: #454545. Windows color (decimal): -12105930 or 3557191. OLE color: 3557191.

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

Color convert

RGB717154-
CMYK000.240.72
HSL60º13.6%24.51%-
HSV(B)60º23.94%27.84%-
XYZ5.526.114.38-
YUV69.06119.5129.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=36.22%
G=36.22%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717154000.240.726013.624.51
Hex4747360018483ce19
Octal107107660030110741631
Binary1000111100011111011000110001001000111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474736; }

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

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

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

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

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

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

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

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