#50503B

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

Shades of Camouflage #50503B

Tints of Camouflage #50503B

Color information

#50503B (or 0x50503B) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 3B. RGB value is (80,80,59). Sum of RGB (Red+Green+Blue) = 80+80+59=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50503B is #AFAFC4. Grayscale: #4D4D4D. Windows color (decimal): -11513797 or 3887184. OLE color: 3887184.

HSL color Cylindrical-coordinate representation of color #50503B: hue angle of 60º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50503B is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB808059-
CMYK000.260.69
HSL60º15.11%27.25%-
HSV(B)60º26.25%31.37%-
XYZ6.977.765.27-
YUV77.61117.5129.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=36.53%
G=36.53%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808059000.260.696015.1127.25
Hex50503B001A453cf1b
Octal120120730032105741733
Binary1010000101000011101100110101000101111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50503B; }

 p { color: rgb(80,80,59); }

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

<style>
 a { background-color: #50503B; }

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

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

<style>
 span { border-color: #50503B; }

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

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