#504F3D

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

Shades of Camouflage #504F3D

Tints of Camouflage #504F3D

Color information

#504F3D (or 0x504F3D) is unknown color: approx Camouflage. HEX triplet: 50, 4F and 3D. RGB value is (80,79,61). Sum of RGB (Red+Green+Blue) = 80+79+61=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F3D is #AFB0C2. Grayscale: #4D4D4D. Windows color (decimal): -11514051 or 4018000. OLE color: 4018000.

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

Color convert

RGB807961-
CMYK00.010.240.69
HSL56.84º13.48%27.65%-
HSV(B)56.84º23.75%31.37%-
XYZ6.957.635.52-
YUV77.25118.83129.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=36.36%
G=35.91%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80796100.010.240.6956.8413.4827.65
Hex504F3D01184539d1c
Octal120117750130105711534
Binary1010000100111111110101110001000101111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,61); }

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

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

 a { background-color: rgb(80,79,61); }

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

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

 span { border-color: rgb(80,79,61); }

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