#505432

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

Shades of Waiouru #505432

Tints of Waiouru #505432

Color information

#505432 (or 0x505432) is unknown color: approx Waiouru. HEX triplet: 50, 54 and 32. RGB value is (80,84,50). Sum of RGB (Red+Green+Blue) = 80+84+50=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #505432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505432 is #AFABCD. Grayscale: #4F4F4F. Windows color (decimal): -11512782 or 3298384. OLE color: 3298384.

HSL color Cylindrical-coordinate representation of color #505432: hue angle of 67.06º 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 #505432 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB808450-
CMYK0.0500.400.67
HSL67.06º25.37%26.27%-
HSV(B)67.06º40.48%32.94%-
XYZ7.058.284.24-
YUV78.93111.67128.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=37.38%
G=39.25%
B=23.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084500.0500.400.6767.0625.3726.27
Hex50543250284343191a
Octal1201246250501031033132
Binary101000010101001100101010101000100001110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505432; }

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

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

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

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

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

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

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

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