#514D2B

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

Shades of Camouflage #514D2B

Tints of Camouflage #514D2B

Color information

#514D2B (or 0x514D2B) is unknown color: approx Camouflage. HEX triplet: 51, 4D and 2B. RGB value is (81,77,43). Sum of RGB (Red+Green+Blue) = 81+77+43=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D2B is #AEB2D4. Grayscale: #4A4A4A. Windows color (decimal): -11449045 or 2837841. OLE color: 2837841.

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

Color convert

RGB817743-
CMYK00.050.470.68
HSL53.68º30.65%24.31%-
HSV(B)53.68º46.91%31.76%-
XYZ6.487.233.34-
YUV74.32110.33132.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=40.30%
G=38.31%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81774300.050.470.6853.6830.6524.31
Hex514D2B052F44361f18
Octal121115530557104663730
Binary10100011001101101011010110111110001001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,43); }

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

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

 a { background-color: rgb(81,77,43); }

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

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

 span { border-color: rgb(81,77,43); }

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