#514633

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

Shades of Punga #514633

Tints of Punga #514633

Color information

#514633 (or 0x514633) is unknown color: approx Punga. HEX triplet: 51, 46 and 33. RGB value is (81,70,51). Sum of RGB (Red+Green+Blue) = 81+70+51=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514633 is #AEB9CC. Grayscale: #474747. Windows color (decimal): -11450829 or 3360337. OLE color: 3360337.

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

Color convert

RGB817051-
CMYK00.140.370.68
HSL38º22.73%25.88%-
HSV(B)38º37.04%31.76%-
XYZ6.186.374.04-
YUV71.12116.64135.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=40.10%
G=34.65%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81705100.140.370.683822.7325.88
Hex5146330E254426171a
Octal1211066301645104462732
Binary101000110001101100110111010010110001001001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514633; }

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

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

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

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

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

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

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

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