#515233

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

Shades of Waiouru #515233

Tints of Waiouru #515233

Color information

#515233 (or 0x515233) is unknown color: approx Waiouru. HEX triplet: 51, 52 and 33. RGB value is (81,82,51). Sum of RGB (Red+Green+Blue) = 81+82+51=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #515233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515233 is #AEADCC. Grayscale: #4E4E4E. Windows color (decimal): -11447757 or 3363409. OLE color: 3363409.

HSL color Cylindrical-coordinate representation of color #515233: hue angle of 61.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515233 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB818251-
CMYK0.0100.380.68
HSL61.94º23.31%26.08%-
HSV(B)61.94º37.8%32.16%-
XYZ7.018.024.31-
YUV78.17112.67130.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=37.85%
G=38.32%
B=23.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182510.0100.380.6861.9423.3126.08
Hex5152331026443e171a
Octal121122631046104762732
Binary101000110100101100111010011010001001111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515233; }

 p { color: rgb(81,82,51); }

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

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

 a { background-color: rgb(81,82,51); }

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

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

 span { border-color: rgb(81,82,51); }

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