#51532E

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

Shades of Waiouru #51532E

Tints of Waiouru #51532E

Color information

#51532E (or 0x51532E) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 2E. RGB value is (81,83,46). Sum of RGB (Red+Green+Blue) = 81+83+46=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #51532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51532E is #AEACD1. Grayscale: #4E4E4E. Windows color (decimal): -11447506 or 3035985. OLE color: 3035985.

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

Color convert

RGB818346-
CMYK0.0200.450.67
HSL63.24º28.68%25.29%-
HSV(B)63.24º44.58%32.55%-
XYZ6.988.133.79-
YUV78.18109.84130.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=38.57%
G=39.52%
B=21.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183460.0200.450.6763.2428.6825.29
Hex51532E202D433f1d19
Octal121123562055103773531
Binary1010001101001110111010010110110000111111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51532E; }

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

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

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

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

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

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

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

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