#505131

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

Shades of Waiouru #505131

Tints of Waiouru #505131

Color information

#505131 (or 0x505131) is unknown color: approx Waiouru. HEX triplet: 50, 51 and 31. RGB value is (80,81,49). Sum of RGB (Red+Green+Blue) = 80+81+49=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #505131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505131 is #AFAECE. Grayscale: #4D4D4D. Windows color (decimal): -11513551 or 3232080. OLE color: 3232080.

HSL color Cylindrical-coordinate representation of color #505131: hue angle of 61.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505131 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB808149-
CMYK0.0100.400.68
HSL61.88º24.62%25.49%-
HSV(B)61.88º39.51%31.76%-
XYZ6.817.814.05-
YUV77.05112.17130.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=38.10%
G=38.57%
B=23.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081490.0100.400.6861.8824.6225.49
Hex5051311028443e1919
Octal120121611050104763131
Binary101000010100011100011010100010001001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505131; }

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

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

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

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

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

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

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

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