#514729

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

Shades of Punga #514729

Tints of Punga #514729

Color information

#514729 (or 0x514729) is unknown color: approx Punga. HEX triplet: 51, 47 and 29. RGB value is (81,71,41). Sum of RGB (Red+Green+Blue) = 81+71+41=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514729 is #AEB8D6. Grayscale: #464646. Windows color (decimal): -11450583 or 2705233. OLE color: 2705233.

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

Color convert

RGB817141-
CMYK00.120.490.68
HSL45º32.79%23.92%-
HSV(B)45º49.38%31.76%-
XYZ6.056.423.02-
YUV70.57111.31135.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=41.97%
G=36.79%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81714100.120.490.684532.7923.92
Hex5147290C31442d2118
Octal1211075101461104554130
Binary1010001100011110100101100110001100010010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514729; }

 p { color: rgb(81,71,41); }

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

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

 a { background-color: rgb(81,71,41); }

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

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

 span { border-color: rgb(81,71,41); }

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