#514733

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

Shades of Punga #514733

Tints of Punga #514733

Color information

#514733 (or 0x514733) is unknown color: approx Punga. HEX triplet: 51, 47 and 33. RGB value is (81,71,51). Sum of RGB (Red+Green+Blue) = 81+71+51=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514733 is #AEB8CC. Grayscale: #474747. Windows color (decimal): -11450573 or 3360593. OLE color: 3360593.

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

Color convert

RGB817151-
CMYK00.120.370.68
HSL40º22.73%25.88%-
HSV(B)40º37.04%31.76%-
XYZ6.246.494.06-
YUV71.71116.31134.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=39.90%
G=34.98%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81715100.120.370.684022.7325.88
Hex5147330C254428171a
Octal1211076301445104502732
Binary101000110001111100110110010010110001001010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514733; }

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

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

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

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

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

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

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

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