#514731

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

Shades of Punga #514731

Tints of Punga #514731

Color information

#514731 (or 0x514731) is unknown color: approx Punga. HEX triplet: 51, 47 and 31. RGB value is (81,71,49). Sum of RGB (Red+Green+Blue) = 81+71+49=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514731 is #AEB8CE. Grayscale: #474747. Windows color (decimal): -11450575 or 3229521. OLE color: 3229521.

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

Color convert

RGB817149-
CMYK00.120.400.68
HSL41.25º24.62%25.49%-
HSV(B)41.25º39.51%31.76%-
XYZ6.26.483.83-
YUV71.48115.31134.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=40.30%
G=35.32%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81714900.120.400.6841.2524.6225.49
Hex5147310C2844291919
Octal1211076101450104513131
Binary101000110001111100010110010100010001001010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514731; }

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

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

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

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

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

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

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

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