#51532D

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

Shades of Waiouru #51532D

Tints of Waiouru #51532D

Color information

#51532D (or 0x51532D) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 2D. RGB value is (81,83,45). Sum of RGB (Red+Green+Blue) = 81+83+45=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #51532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51532D is #AEACD2. Grayscale: #4E4E4E. Windows color (decimal): -11447507 or 2970449. OLE color: 2970449.

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

Color convert

RGB818345-
CMYK0.0200.460.67
HSL63.16º29.69%25.1%-
HSV(B)63.16º45.78%32.55%-
XYZ6.968.133.68-
YUV78.07109.34130.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=38.76%
G=39.71%
B=21.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183450.0200.460.6763.1629.6925.1
Hex51532D202E433f1e19
Octal121123552056103773631
Binary1010001101001110110110010111010000111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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