#514F21

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

Shades of Camouflage #514F21

Tints of Camouflage #514F21

Color information

#514F21 (or 0x514F21) is unknown color: approx Camouflage. HEX triplet: 51, 4F and 21. RGB value is (81,79,33). Sum of RGB (Red+Green+Blue) = 81+79+33=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F21 is #AEB0DE. Grayscale: #4A4A4A. Windows color (decimal): -11448543 or 2182993. OLE color: 2182993.

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

Color convert

RGB817933-
CMYK00.020.590.68
HSL57.5º42.11%22.35%-
HSV(B)57.5º59.26%31.76%-
XYZ6.467.452.54-
YUV74.35104.66132.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=41.97%
G=40.93%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81793300.020.590.6857.542.1122.35
Hex514F21023B443a2a16
Octal121117410273104725226
Binary10100011001111100001010111011100010011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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