#514D29

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

Shades of Camouflage #514D29

Tints of Camouflage #514D29

Color information

#514D29 (or 0x514D29) is unknown color: approx Camouflage. HEX triplet: 51, 4D and 29. RGB value is (81,77,41). Sum of RGB (Red+Green+Blue) = 81+77+41=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D29 is #AEB2D6. Grayscale: #4A4A4A. Windows color (decimal): -11449047 or 2706769. OLE color: 2706769.

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

Color convert

RGB817741-
CMYK00.050.490.68
HSL54º32.79%23.92%-
HSV(B)54º49.38%31.76%-
XYZ6.457.223.15-
YUV74.09109.33132.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=40.70%
G=38.69%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81774100.050.490.685432.7923.92
Hex514D29053144362118
Octal121115510561104664130
Binary101000110011011010010101110001100010011011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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