#514835

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

Shades of Punga #514835

Tints of Punga #514835

Color information

#514835 (or 0x514835) is unknown color: approx Punga. HEX triplet: 51, 48 and 35. RGB value is (81,72,53). Sum of RGB (Red+Green+Blue) = 81+72+53=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514835 is #AEB7CA. Grayscale: #484848. Windows color (decimal): -11450315 or 3491921. OLE color: 3491921.

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

Color convert

RGB817253-
CMYK00.110.350.68
HSL40.71º20.9%26.27%-
HSV(B)40.71º34.57%31.76%-
XYZ6.356.644.32-
YUV72.52116.98134.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=39.32%
G=34.95%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81725300.110.350.6840.7120.926.27
Hex5148350B234429151a
Octal1211106501343104512532
Binary101000110010001101010101110001110001001010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514835; }

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

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

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

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

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

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

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

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