#514F37

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

Shades of Camouflage #514F37

Tints of Camouflage #514F37

Color information

#514F37 (or 0x514F37) is unknown color: approx Camouflage. HEX triplet: 51, 4F and 37. RGB value is (81,79,55). Sum of RGB (Red+Green+Blue) = 81+79+55=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F37 is #AEB0C8. Grayscale: #4C4C4C. Windows color (decimal): -11448521 or 3624785. OLE color: 3624785.

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

Color convert

RGB817955-
CMYK00.020.320.68
HSL55.38º19.12%26.67%-
HSV(B)55.38º32.1%31.76%-
XYZ6.887.624.72-
YUV76.86115.66130.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=37.67%
G=36.74%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81795500.020.320.6855.3819.1226.67
Hex514F3702204437131b
Octal121117670240104672333
Binary1010001100111111011101010000010001001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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