#50532C

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

Shades of Waiouru #50532C

Tints of Waiouru #50532C

Color information

#50532C (or 0x50532C) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 2C. RGB value is (80,83,44). Sum of RGB (Red+Green+Blue) = 80+83+44=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #50532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50532C is #AFACD3. Grayscale: #4D4D4D. Windows color (decimal): -11513044 or 2904912. OLE color: 2904912.

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

Color convert

RGB808344-
CMYK0.0400.470.67
HSL64.62º30.71%24.9%-
HSV(B)64.62º46.99%32.55%-
XYZ6.868.073.58-
YUV77.66109.01129.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=38.65%
G=40.10%
B=21.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083440.0400.470.6764.6230.7124.9
Hex50532C402F43411f19
Octal1201235440571031013731
Binary101000010100111011001000101111100001110000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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