#514F38

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

Shades of Camouflage #514F38

Tints of Camouflage #514F38

Color information

#514F38 (or 0x514F38) is unknown color: approx Camouflage. HEX triplet: 51, 4F and 38. RGB value is (81,79,56). Sum of RGB (Red+Green+Blue) = 81+79+56=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F38 is #AEB0C7. Grayscale: #4D4D4D. Windows color (decimal): -11448520 or 3690321. OLE color: 3690321.

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

Color convert

RGB817956-
CMYK00.020.310.68
HSL55.2º18.25%26.86%-
HSV(B)55.2º30.86%31.76%-
XYZ6.97.634.85-
YUV76.98116.16130.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=37.5%
G=36.57%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81795600.020.310.6855.218.2526.86
Hex514F38021F4437121b
Octal121117700237104672233
Binary101000110011111110000101111110001001101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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