#515125

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

Shades of Waiouru #515125

Tints of Waiouru #515125

Color information

#515125 (or 0x515125) is unknown color: approx Waiouru. HEX triplet: 51, 51 and 25. RGB value is (81,81,37). Sum of RGB (Red+Green+Blue) = 81+81+37=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515125 is #AEAEDA. Grayscale: #4C4C4C. Windows color (decimal): -11448027 or 2445649. OLE color: 2445649.

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

Color convert

RGB818137-
CMYK000.540.68
HSL60º37.29%23.14%-
HSV(B)60º54.32%31.76%-
XYZ6.677.772.9-
YUV75.98106131.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=40.70%
G=40.70%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818137000.540.686037.2923.14
Hex5151250036443c2517
Octal121121450066104744527
Binary1010001101000110010100110110100010011110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515125; }

 p { color: rgb(81,81,37); }

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

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

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

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

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

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

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