#505329

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

Shades of Waiouru #505329

Tints of Waiouru #505329

Color information

#505329 (or 0x505329) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 29. RGB value is (80,83,41). Sum of RGB (Red+Green+Blue) = 80+83+41=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #505329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505329 is #AFACD6. Grayscale: #4D4D4D. Windows color (decimal): -11513047 or 2708304. OLE color: 2708304.

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

Color convert

RGB808341-
CMYK0.0400.510.67
HSL64.29º33.87%24.31%-
HSV(B)64.29º50.6%32.55%-
XYZ6.88.053.29-
YUV77.32107.51129.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=39.22%
G=40.69%
B=20.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083410.0400.510.6764.2933.8724.31
Hex505329403343402218
Octal1201235140631031004230
Binary1010000101001110100110001100111000011100000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505329; }

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

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

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

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

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

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

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

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