#514D26

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

Shades of Camouflage #514D26

Tints of Camouflage #514D26

Color information

#514D26 (or 0x514D26) is unknown color: approx Camouflage. HEX triplet: 51, 4D and 26. RGB value is (81,77,38). Sum of RGB (Red+Green+Blue) = 81+77+38=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #514D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D26 is #AEB2D9. Grayscale: #494949. Windows color (decimal): -11449050 or 2510161. OLE color: 2510161.

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

Color convert

RGB817738-
CMYK00.050.530.68
HSL54.42º36.13%23.33%-
HSV(B)54.42º53.09%31.76%-
XYZ6.47.22.89-
YUV73.75107.83133.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=41.33%
G=39.29%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81773800.050.530.6854.4236.1323.33
Hex514D26053544362417
Octal121115460565104664427
Binary101000110011011001100101110101100010011011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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