#514631

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

Shades of Punga #514631

Tints of Punga #514631

Color information

#514631 (or 0x514631) is unknown color: approx Punga. HEX triplet: 51, 46 and 31. RGB value is (81,70,49). Sum of RGB (Red+Green+Blue) = 81+70+49=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #514631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514631 is #AEB9CE. Grayscale: #464646. Windows color (decimal): -11450831 or 3229265. OLE color: 3229265.

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

Color convert

RGB817049-
CMYK00.140.400.68
HSL39.38º24.62%25.49%-
HSV(B)39.38º39.51%31.76%-
XYZ6.146.353.81-
YUV70.9115.64135.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=40.5%
G=35%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81704900.140.400.6839.3824.6225.49
Hex5146310E2844271919
Octal1211066101650104473131
Binary101000110001101100010111010100010001001001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514631; }

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

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

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

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

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

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

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

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