#514630

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

Shades of Punga #514630

Tints of Punga #514630

Color information

#514630 (or 0x514630) is unknown color: approx Punga. HEX triplet: 51, 46 and 30. RGB value is (81,70,48). Sum of RGB (Red+Green+Blue) = 81+70+48=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514630 is #AEB9CF. Grayscale: #464646. Windows color (decimal): -11450832 or 3163729. OLE color: 3163729.

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

Color convert

RGB817048-
CMYK00.140.410.68
HSL40º25.58%25.29%-
HSV(B)40º40.74%31.76%-
XYZ6.126.343.7-
YUV70.78115.14135.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=40.70%
G=35.18%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81704800.140.410.684025.5825.29
Hex5146300E2944281a19
Octal1211066001651104503231
Binary101000110001101100000111010100110001001010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514630; }

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

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

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

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

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

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

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

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