#51492C

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

Shades of Punga #51492C

Tints of Punga #51492C

Color information

#51492C (or 0x51492C) is unknown color: approx Punga. HEX triplet: 51, 49 and 2C. RGB value is (81,73,44). Sum of RGB (Red+Green+Blue) = 81+73+44=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51492C is #AEB6D3. Grayscale: #484848. Windows color (decimal): -11450068 or 2902353. OLE color: 2902353.

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

Color convert

RGB817344-
CMYK00.100.460.68
HSL47.03º29.6%24.51%-
HSV(B)47.03º45.68%31.76%-
XYZ6.236.73.35-
YUV72.09112.15134.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=40.91%
G=36.87%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81734400.100.460.6847.0329.624.51
Hex51492C0A2E442f1e19
Octal1211115401256104573631
Binary101000110010011011000101010111010001001011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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