#50502C

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

Shades of Waiouru #50502C

Tints of Waiouru #50502C

Color information

#50502C (or 0x50502C) is unknown color: approx Waiouru. HEX triplet: 50, 50 and 2C. RGB value is (80,80,44). Sum of RGB (Red+Green+Blue) = 80+80+44=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50502C is #AFAFD3. Grayscale: #4C4C4C. Windows color (decimal): -11513812 or 2904144. OLE color: 2904144.

HSL color Cylindrical-coordinate representation of color #50502C: hue angle of 60º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50502C is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB808044-
CMYK000.450.69
HSL60º29.03%24.31%-
HSV(B)60º45%31.37%-
XYZ6.637.623.51-
YUV75.9110130.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=39.22%
G=39.22%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808044000.450.696029.0324.31
Hex50502C002D453c1d18
Octal120120540055105743530
Binary101000010100001011000010110110001011111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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