#514939

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

Shades of Punga #514939

Tints of Punga #514939

Color information

#514939 (or 0x514939) is unknown color: approx Punga. HEX triplet: 51, 49 and 39. RGB value is (81,73,57). Sum of RGB (Red+Green+Blue) = 81+73+57=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514939 is #AEB6C6. Grayscale: #494949. Windows color (decimal): -11450055 or 3754321. OLE color: 3754321.

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

Color convert

RGB817357-
CMYK00.100.300.68
HSL40º17.39%27.06%-
HSV(B)40º29.63%31.76%-
XYZ6.516.814.84-
YUV73.57118.65133.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=38.39%
G=34.60%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81735700.100.300.684017.3927.06
Hex5149390A1E4428111b
Octal1211117101236104502133
Binary10100011001001111001010101111010001001010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514939; }

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

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

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

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

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

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

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

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