#514528

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

Shades of Punga #514528

Tints of Punga #514528

Color information

#514528 (or 0x514528) is unknown color: approx Punga. HEX triplet: 51, 45 and 28. RGB value is (81,69,40). Sum of RGB (Red+Green+Blue) = 81+69+40=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514528 is #AEBAD7. Grayscale: #454545. Windows color (decimal): -11451096 or 2639185. OLE color: 2639185.

HSL color Cylindrical-coordinate representation of color #514528: hue angle of 42.44º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514528 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB816940-
CMYK00.150.510.68
HSL42.44º33.88%23.73%-
HSV(B)42.44º50.62%31.76%-
XYZ5.96.162.89-
YUV69.28111.48136.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=42.63%
G=36.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81694000.150.510.6842.4433.8823.73
Hex5145280F33442a2218
Octal1211055001763104524230
Binary1010001100010110100001111110011100010010101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514528; }

 p { color: rgb(81,69,40); }

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

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

 a { background-color: rgb(81,69,40); }

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

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

 span { border-color: rgb(81,69,40); }

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