#50512D

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

Shades of Waiouru #50512D

Tints of Waiouru #50512D

Color information

#50512D (or 0x50512D) is unknown color: approx Waiouru. HEX triplet: 50, 51 and 2D. RGB value is (80,81,45). Sum of RGB (Red+Green+Blue) = 80+81+45=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #50512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50512D is #AFAED2. Grayscale: #4C4C4C. Windows color (decimal): -11513555 or 2969936. OLE color: 2969936.

HSL color Cylindrical-coordinate representation of color #50512D: hue angle of 61.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50512D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB808145-
CMYK0.0100.440.68
HSL61.67º28.57%24.71%-
HSV(B)61.67º44.44%31.76%-
XYZ6.727.783.63-
YUV76.6110.17130.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=38.83%
G=39.32%
B=21.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081450.0100.440.6861.6728.5724.71
Hex50512D102C443e1d19
Octal120121551054104763531
Binary101000010100011011011010110010001001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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