#51492F

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

Shades of Punga #51492F

Tints of Punga #51492F

Color information

#51492F (or 0x51492F) is unknown color: approx Punga. HEX triplet: 51, 49 and 2F. RGB value is (81,73,47). Sum of RGB (Red+Green+Blue) = 81+73+47=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #51492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51492F is #AEB6D0. Grayscale: #484848. Windows color (decimal): -11450065 or 3098961. OLE color: 3098961.

HSL color Cylindrical-coordinate representation of color #51492F: hue angle of 45.88º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51492F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB817347-
CMYK00.100.420.68
HSL45.88º26.56%25.1%-
HSV(B)45.88º41.98%31.76%-
XYZ6.296.723.65-
YUV72.43113.65134.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=40.30%
G=36.32%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81734700.100.420.6845.8826.5625.1
Hex51492F0A2A442e1b19
Octal1211115701252104563331
Binary101000110010011011110101010101010001001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51492F; }

 p { color: rgb(81,73,47); }

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

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

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

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

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

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

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