#514930

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

Shades of Punga #514930

Tints of Punga #514930

Color information

#514930 (or 0x514930) is unknown color: approx Punga. HEX triplet: 51, 49 and 30. RGB value is (81,73,48). Sum of RGB (Red+Green+Blue) = 81+73+48=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514930 is #AEB6CF. Grayscale: #484848. Windows color (decimal): -11450064 or 3164497. OLE color: 3164497.

HSL color Cylindrical-coordinate representation of color #514930: hue angle of 45.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514930 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB817348-
CMYK00.100.410.68
HSL45.45º25.58%25.29%-
HSV(B)45.45º40.74%31.76%-
XYZ6.316.733.76-
YUV72.54114.15134.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=40.10%
G=36.14%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81734800.100.410.6845.4525.5825.29
Hex5149300A29442d1a19
Octal1211116001251104553231
Binary101000110010011100000101010100110001001011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514930; }

 p { color: rgb(81,73,48); }

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

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

 a { background-color: rgb(81,73,48); }

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

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

 span { border-color: rgb(81,73,48); }

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