#514830

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

Shades of Punga #514830

Tints of Punga #514830

Color information

#514830 (or 0x514830) is unknown color: approx Punga. HEX triplet: 51, 48 and 30. RGB value is (81,72,48). Sum of RGB (Red+Green+Blue) = 81+72+48=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514830 is #AEB7CF. Grayscale: #484848. Windows color (decimal): -11450320 or 3164241. OLE color: 3164241.

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

Color convert

RGB817248-
CMYK00.110.410.68
HSL43.64º25.58%25.29%-
HSV(B)43.64º40.74%31.76%-
XYZ6.246.63.74-
YUV71.95114.48134.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=40.30%
G=35.82%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81724800.110.410.6843.6425.5825.29
Hex5148300B29442c1a19
Octal1211106001351104543231
Binary101000110010001100000101110100110001001011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514830; }

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

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

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

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

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

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

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

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