#515337

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

Shades of Waiouru #515337

Tints of Waiouru #515337

Color information

#515337 (or 0x515337) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 37. RGB value is (81,83,55). Sum of RGB (Red+Green+Blue) = 81+83+55=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #515337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515337 is #AEACC8. Grayscale: #4F4F4F. Windows color (decimal): -11447497 or 3625809. OLE color: 3625809.

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

Color convert

RGB818355-
CMYK0.0200.340.67
HSL64.29º20.29%27.06%-
HSV(B)64.29º33.73%32.55%-
XYZ7.188.214.82-
YUV79.21114.34129.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=36.99%
G=37.90%
B=25.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183550.0200.340.6764.2920.2927.06
Hex51533720224340141b
Octal1211236720421031002433
Binary10100011010011110111100100010100001110000001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515337; }

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

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

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

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

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

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

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

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