#505332

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

Shades of Waiouru #505332

Tints of Waiouru #505332

Color information

#505332 (or 0x505332) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 32. RGB value is (80,83,50). Sum of RGB (Red+Green+Blue) = 80+83+50=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #505332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505332 is #AFACCD. Grayscale: #4E4E4E. Windows color (decimal): -11513038 or 3298128. OLE color: 3298128.

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

Color convert

RGB808350-
CMYK0.0400.400.67
HSL65.45º24.81%26.08%-
HSV(B)65.45º39.76%32.55%-
XYZ6.988.124.22-
YUV78.34112.01129.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=37.56%
G=38.97%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083500.0400.400.6765.4524.8126.08
Hex50533240284341191a
Octal1201236240501031013132
Binary101000010100111100101000101000100001110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505332; }

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

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

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

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

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

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

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

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