#514A33

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

Shades of Punga #514A33

Tints of Punga #514A33

Color information

#514A33 (or 0x514A33) is unknown color: approx Punga. HEX triplet: 51, 4A and 33. RGB value is (81,74,51). Sum of RGB (Red+Green+Blue) = 81+74+51=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A33 is #AEB5CC. Grayscale: #494949. Windows color (decimal): -11449805 or 3361361. OLE color: 3361361.

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

Color convert

RGB817451-
CMYK00.090.370.68
HSL46º22.73%25.88%-
HSV(B)46º37.04%31.76%-
XYZ6.446.894.12-
YUV73.47115.32133.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=39.32%
G=35.92%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745100.090.370.684622.7325.88
Hex514A330925442e171a
Octal1211126301145104562732
Binary101000110010101100110100110010110001001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A33; }

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

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

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

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

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

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

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

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