#514832

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

Shades of Punga #514832

Tints of Punga #514832

Color information

#514832 (or 0x514832) is unknown color: approx Punga. HEX triplet: 51, 48 and 32. RGB value is (81,72,50). Sum of RGB (Red+Green+Blue) = 81+72+50=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514832 is #AEB7CD. Grayscale: #484848. Windows color (decimal): -11450318 or 3295313. OLE color: 3295313.

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

Color convert

RGB817250-
CMYK00.110.380.68
HSL42.58º23.66%25.69%-
HSV(B)42.58º38.27%31.76%-
XYZ6.296.613.96-
YUV72.18115.48134.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=39.90%
G=35.47%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81725000.110.380.6842.5823.6625.69
Hex5148320B26442b181a
Octal1211106201346104533032
Binary101000110010001100100101110011010001001010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514832; }

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

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

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

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

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

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

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

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