#50512C

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

Shades of Waiouru #50512C

Tints of Waiouru #50512C

Color information

#50512C (or 0x50512C) is unknown color: approx Waiouru. HEX triplet: 50, 51 and 2C. RGB value is (80,81,44). Sum of RGB (Red+Green+Blue) = 80+81+44=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #50512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50512C is #AFAED3. Grayscale: #4C4C4C. Windows color (decimal): -11513556 or 2904400. OLE color: 2904400.

HSL color Cylindrical-coordinate representation of color #50512C: hue angle of 61.62º 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 #50512C is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB808144-
CMYK0.0100.460.68
HSL61.62º29.6%24.51%-
HSV(B)61.62º45.68%31.76%-
XYZ6.717.773.53-
YUV76.48109.67130.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=39.02%
G=39.51%
B=21.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081440.0100.460.6861.6229.624.51
Hex50512C102E443e1e19
Octal120121541056104763631
Binary101000010100011011001010111010001001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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