#505331

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

Shades of Waiouru #505331

Tints of Waiouru #505331

Color information

#505331 (or 0x505331) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 31. RGB value is (80,83,49). Sum of RGB (Red+Green+Blue) = 80+83+49=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #505331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505331 is #AFACCE. Grayscale: #4E4E4E. Windows color (decimal): -11513039 or 3232592. OLE color: 3232592.

HSL color Cylindrical-coordinate representation of color #505331: hue angle of 65.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505331 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB808349-
CMYK0.0400.410.67
HSL65.29º25.76%25.88%-
HSV(B)65.29º40.96%32.55%-
XYZ6.968.114.11-
YUV78.23111.51129.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=37.74%
G=39.15%
B=23.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083490.0400.410.6765.2925.7625.88
Hex505331402943411a1a
Octal1201236140511031013232
Binary101000010100111100011000101001100001110000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505331; }

 p { color: rgb(80,83,49); }

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

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

 a { background-color: rgb(80,83,49); }

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

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

 span { border-color: rgb(80,83,49); }

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