#474829

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

Shades of Waiouru #474829

Tints of Waiouru #474829

Color information

#474829 (or 0x474829) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 29. RGB value is (71,72,41). Sum of RGB (Red+Green+Blue) = 71+72+41=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #474829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474829 is #B8B7D6. Grayscale: #444444. Windows color (decimal): -12105687 or 2705479. OLE color: 2705479.

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

Color convert

RGB717241-
CMYK0.0100.430.72
HSL61.94º27.43%22.16%-
HSV(B)61.94º43.06%28.24%-
XYZ5.326.133-
YUV68.17112.67130.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=38.59%
G=39.13%
B=22.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172410.0100.430.7261.9427.4322.16
Hex474829102B483e1b16
Octal107110511053110763326
Binary100011110010001010011010101110010001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474829; }

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

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

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

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

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

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

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

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