#50532E

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

Shades of Waiouru #50532E

Tints of Waiouru #50532E

Color information

#50532E (or 0x50532E) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 2E. RGB value is (80,83,46). Sum of RGB (Red+Green+Blue) = 80+83+46=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #50532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50532E is #AFACD1. Grayscale: #4E4E4E. Windows color (decimal): -11513042 or 3035984. OLE color: 3035984.

HSL color Cylindrical-coordinate representation of color #50532E: hue angle of 64.86º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50532E is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB808346-
CMYK0.0400.450.67
HSL64.86º28.68%25.29%-
HSV(B)64.86º44.58%32.55%-
XYZ6.898.093.78-
YUV77.88110.01129.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=38.28%
G=39.71%
B=22.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083460.0400.450.6764.8628.6825.29
Hex50532E402D43411d19
Octal1201235640551031013531
Binary101000010100111011101000101101100001110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50532E; }

 p { color: rgb(80,83,46); }

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

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

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

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

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

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

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