#514934

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

Shades of Punga #514934

Tints of Punga #514934

Color information

#514934 (or 0x514934) is unknown color: approx Punga. HEX triplet: 51, 49 and 34. RGB value is (81,73,52). Sum of RGB (Red+Green+Blue) = 81+73+52=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514934 is #AEB6CB. Grayscale: #494949. Windows color (decimal): -11450060 or 3426641. OLE color: 3426641.

HSL color Cylindrical-coordinate representation of color #514934: hue angle of 43.45º 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 #514934 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB817352-
CMYK00.100.360.68
HSL43.45º21.8%26.08%-
HSV(B)43.45º35.8%31.76%-
XYZ6.46.764.22-
YUV73116.15133.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=39.32%
G=35.44%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81735200.100.360.6843.4521.826.08
Hex5149340A24442b161a
Octal1211116401244104532632
Binary101000110010011101000101010010010001001010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514934; }

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

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

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

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

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

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

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

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