#50522C

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

Shades of Waiouru #50522C

Tints of Waiouru #50522C

Color information

#50522C (or 0x50522C) is unknown color: approx Waiouru. HEX triplet: 50, 52 and 2C. RGB value is (80,82,44). Sum of RGB (Red+Green+Blue) = 80+82+44=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #50522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50522C is #AFADD3. Grayscale: #4D4D4D. Windows color (decimal): -11513300 or 2904656. OLE color: 2904656.

HSL color Cylindrical-coordinate representation of color #50522C: hue angle of 63.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50522C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB808244-
CMYK0.0200.460.68
HSL63.16º30.16%24.71%-
HSV(B)63.16º46.34%32.16%-
XYZ6.787.923.55-
YUV77.07109.34130.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=38.83%
G=39.81%
B=21.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082440.0200.460.6863.1630.1624.71
Hex50522C202E443f1e19
Octal120122542056104773631
Binary1010000101001010110010010111010001001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50522C; }

 p { color: rgb(80,82,44); }

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

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

 a { background-color: rgb(80,82,44); }

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

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

 span { border-color: rgb(80,82,44); }

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