#515329

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

Shades of Waiouru #515329

Tints of Waiouru #515329

Color information

#515329 (or 0x515329) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 29. RGB value is (81,83,41). Sum of RGB (Red+Green+Blue) = 81+83+41=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #515329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515329 is #AEACD6. Grayscale: #4D4D4D. Windows color (decimal): -11447511 or 2708305. OLE color: 2708305.

HSL color Cylindrical-coordinate representation of color #515329: hue angle of 62.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #515329 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB818341-
CMYK0.0200.510.67
HSL62.86º33.87%24.31%-
HSV(B)62.86º50.6%32.55%-
XYZ6.898.13.3-
YUV77.61107.34130.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 41 (16.41% from 255) = 20%
R=39.51%
G=40.49%
B=20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183410.0200.510.6762.8633.8724.31
Hex5153292033433f2218
Octal121123512063103774230
Binary10100011010011101001100110011100001111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515329; }

 p { color: rgb(81,83,41); }

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

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

 a { background-color: rgb(81,83,41); }

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

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

 span { border-color: rgb(81,83,41); }

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