#514F39

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

Shades of Camouflage #514F39

Tints of Camouflage #514F39

Color information

#514F39 (or 0x514F39) is unknown color: approx Camouflage. HEX triplet: 51, 4F and 39. RGB value is (81,79,57). Sum of RGB (Red+Green+Blue) = 81+79+57=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F39 is #AEB0C6. Grayscale: #4D4D4D. Windows color (decimal): -11448519 or 3755857. OLE color: 3755857.

HSL color Cylindrical-coordinate representation of color #514F39: hue angle of 55º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514F39 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB817957-
CMYK00.020.300.68
HSL55º17.39%27.06%-
HSV(B)55º29.63%31.76%-
XYZ6.937.644.98-
YUV77.09116.66130.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=37.33%
G=36.41%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81795700.020.300.685517.3927.06
Hex514F39021E4437111b
Octal121117710236104672133
Binary101000110011111110010101111010001001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,57); }

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

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

 a { background-color: rgb(81,79,57); }

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

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

 span { border-color: rgb(81,79,57); }

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