#514A39

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

Shades of Punga #514A39

Tints of Punga #514A39

Color information

#514A39 (or 0x514A39) is unknown color: approx Punga. HEX triplet: 51, 4A and 39. RGB value is (81,74,57). Sum of RGB (Red+Green+Blue) = 81+74+57=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A39 is #AEB5C6. Grayscale: #4A4A4A. Windows color (decimal): -11449799 or 3754577. OLE color: 3754577.

HSL color Cylindrical-coordinate representation of color #514A39: hue angle of 42.5º 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 #514A39 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB817457-
CMYK00.090.300.68
HSL42.5º17.39%27.06%-
HSV(B)42.5º29.63%31.76%-
XYZ6.586.944.86-
YUV74.16118.32132.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=38.21%
G=34.91%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745700.090.300.6842.517.3927.06
Hex514A39091E442b111b
Octal1211127101136104532133
Binary10100011001010111001010011111010001001010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A39; }

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

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

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

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

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

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

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

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