#514935

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

Shades of Punga #514935

Tints of Punga #514935

Color information

#514935 (or 0x514935) is unknown color: approx Punga. HEX triplet: 51, 49 and 35. RGB value is (81,73,53). Sum of RGB (Red+Green+Blue) = 81+73+53=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514935 is #AEB6CA. Grayscale: #494949. Windows color (decimal): -11450059 or 3492177. OLE color: 3492177.

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

Color convert

RGB817353-
CMYK00.100.350.68
HSL42.86º20.9%26.27%-
HSV(B)42.86º34.57%31.76%-
XYZ6.426.774.34-
YUV73.11116.65133.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=39.13%
G=35.27%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81735300.100.350.6842.8620.926.27
Hex5149350A23442b151a
Octal1211116501243104532532
Binary101000110010011101010101010001110001001010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514935; }

 p { color: rgb(81,73,53); }

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

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

 a { background-color: rgb(81,73,53); }

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

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

 span { border-color: rgb(81,73,53); }

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