#514732

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

Shades of Punga #514732

Tints of Punga #514732

Color information

#514732 (or 0x514732) is unknown color: approx Punga. HEX triplet: 51, 47 and 32. RGB value is (81,71,50). Sum of RGB (Red+Green+Blue) = 81+71+50=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514732 is #AEB8CD. Grayscale: #474747. Windows color (decimal): -11450574 or 3295057. OLE color: 3295057.

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

Color convert

RGB817150-
CMYK00.120.380.68
HSL40.65º23.66%25.69%-
HSV(B)40.65º38.27%31.76%-
XYZ6.226.493.94-
YUV71.6115.81134.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=40.10%
G=35.15%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81715000.120.380.6840.6523.6625.69
Hex5147320C264429181a
Octal1211076201446104513032
Binary101000110001111100100110010011010001001010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514732; }

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

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

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

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

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

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

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

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