#514A37

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

Shades of Punga #514A37

Tints of Punga #514A37

Color information

#514A37 (or 0x514A37) is unknown color: approx Punga. HEX triplet: 51, 4A and 37. RGB value is (81,74,55). Sum of RGB (Red+Green+Blue) = 81+74+55=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #514A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A37 is #AEB5C8. Grayscale: #4A4A4A. Windows color (decimal): -11449801 or 3623505. OLE color: 3623505.

HSL color Cylindrical-coordinate representation of color #514A37: hue angle of 43.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514A37 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB817455-
CMYK00.090.320.68
HSL43.85º19.12%26.67%-
HSV(B)43.85º32.1%31.76%-
XYZ6.536.924.61-
YUV73.93117.32133.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=38.57%
G=35.24%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745500.090.320.6843.8519.1226.67
Hex514A370920442c131b
Octal1211126701140104542333
Binary101000110010101101110100110000010001001011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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