#514A36

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

Shades of Punga #514A36

Tints of Punga #514A36

Color information

#514A36 (or 0x514A36) is unknown color: approx Punga. HEX triplet: 51, 4A and 36. RGB value is (81,74,54). Sum of RGB (Red+Green+Blue) = 81+74+54=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #514A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A36 is #AEB5C9. Grayscale: #494949. Windows color (decimal): -11449802 or 3557969. OLE color: 3557969.

HSL color Cylindrical-coordinate representation of color #514A36: hue angle of 44.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514A36 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB817454-
CMYK00.090.330.68
HSL44.44º20%26.47%-
HSV(B)44.44º33.33%31.76%-
XYZ6.516.914.48-
YUV73.81116.82133.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=38.76%
G=35.41%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745400.090.330.6844.442026.47
Hex514A360921442c141a
Octal1211126601141104542432
Binary101000110010101101100100110000110001001011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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