#515331

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

Shades of Waiouru #515331

Tints of Waiouru #515331

Color information

#515331 (or 0x515331) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 31. RGB value is (81,83,49). Sum of RGB (Red+Green+Blue) = 81+83+49=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #515331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515331 is #AEACCE. Grayscale: #4E4E4E. Windows color (decimal): -11447503 or 3232593. OLE color: 3232593.

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

Color convert

RGB818349-
CMYK0.0200.410.67
HSL63.53º25.76%25.88%-
HSV(B)63.53º40.96%32.55%-
XYZ7.048.164.11-
YUV78.53111.34129.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=38.03%
G=38.97%
B=23.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183490.0200.410.6763.5325.7625.88
Hex515331202943401a1a
Octal1211236120511031003232
Binary10100011010011110001100101001100001110000001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515331; }

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

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

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

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

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

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

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

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