#514634

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

Shades of Punga #514634

Tints of Punga #514634

Color information

#514634 (or 0x514634) is unknown color: approx Punga. HEX triplet: 51, 46 and 34. RGB value is (81,70,52). Sum of RGB (Red+Green+Blue) = 81+70+52=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514634 is #AEB9CB. Grayscale: #474747. Windows color (decimal): -11450828 or 3425873. OLE color: 3425873.

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

Color convert

RGB817052-
CMYK00.140.360.68
HSL37.24º21.8%26.08%-
HSV(B)37.24º35.8%31.76%-
XYZ6.26.384.15-
YUV71.24117.14134.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=39.90%
G=34.48%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81705200.140.360.6837.2421.826.08
Hex5146340E244425161a
Octal1211066401644104452632
Binary101000110001101101000111010010010001001001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514634; }

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

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

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

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

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

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

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

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