#514833

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

Shades of Punga #514833

Tints of Punga #514833

Color information

#514833 (or 0x514833) is unknown color: approx Punga. HEX triplet: 51, 48 and 33. RGB value is (81,72,51). Sum of RGB (Red+Green+Blue) = 81+72+51=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514833 is #AEB7CC. Grayscale: #484848. Windows color (decimal): -11450317 or 3360849. OLE color: 3360849.

HSL color Cylindrical-coordinate representation of color #514833: hue angle of 42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514833 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB817251-
CMYK00.110.370.68
HSL42º22.73%25.88%-
HSV(B)42º37.04%31.76%-
XYZ6.316.624.08-
YUV72.3115.98134.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 51 (20.31% from 255) = 25%
R=39.71%
G=35.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81725100.110.370.684222.7325.88
Hex5148330B25442a171a
Octal1211106301345104522732
Binary101000110010001100110101110010110001001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514833; }

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

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

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

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

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

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

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

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