#504E29

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

Shades of Camouflage #504E29

Tints of Camouflage #504E29

Color information

#504E29 (or 0x504E29) is unknown color: approx Camouflage. HEX triplet: 50, 4E and 29. RGB value is (80,78,41). Sum of RGB (Red+Green+Blue) = 80+78+41=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E29 is #AFB1D6. Grayscale: #4A4A4A. Windows color (decimal): -11514327 or 2707024. OLE color: 2707024.

HSL color Cylindrical-coordinate representation of color #504E29: hue angle of 56.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504E29 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB807841-
CMYK00.020.490.69
HSL56.92º32.23%23.73%-
HSV(B)56.92º48.75%31.37%-
XYZ6.437.313.17-
YUV74.38109.16132.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=40.20%
G=39.20%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80784100.020.490.6956.9232.2323.73
Hex504E29023145392018
Octal120116510261105714030
Binary10100001001110101001010110001100010111100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504E29; }

 p { color: rgb(80,78,41); }

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

<style>
 a { background-color: #504E29; }

 a { background-color: rgb(80,78,41); }

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

<style>
 span { border-color: #504E29; }

 span { border-color: rgb(80,78,41); }

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