#514A34

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

Shades of Punga #514A34

Tints of Punga #514A34

Color information

#514A34 (or 0x514A34) is unknown color: approx Punga. HEX triplet: 51, 4A and 34. RGB value is (81,74,52). Sum of RGB (Red+Green+Blue) = 81+74+52=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A34 is #AEB5CB. Grayscale: #494949. Windows color (decimal): -11449804 or 3426897. OLE color: 3426897.

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

Color convert

RGB817452-
CMYK00.090.360.68
HSL45.52º21.8%26.08%-
HSV(B)45.52º35.8%31.76%-
XYZ6.466.894.24-
YUV73.58115.82133.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=39.13%
G=35.75%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745200.090.360.6845.5221.826.08
Hex514A340924442e161a
Octal1211126401144104562632
Binary101000110010101101000100110010010001001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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