#50503D

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

Shades of Camouflage #50503D

Tints of Camouflage #50503D

Color information

#50503D (or 0x50503D) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 3D. RGB value is (80,80,61). Sum of RGB (Red+Green+Blue) = 80+80+61=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50503D is #AFAFC2. Grayscale: #4D4D4D. Windows color (decimal): -11513795 or 4018256. OLE color: 4018256.

HSL color Cylindrical-coordinate representation of color #50503D: hue angle of 60º 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 #50503D is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB808061-
CMYK000.240.69
HSL60º13.48%27.65%-
HSV(B)60º23.75%31.37%-
XYZ7.027.785.55-
YUV77.83118.5129.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=36.20%
G=36.20%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808061000.240.696013.4827.65
Hex50503D0018453cd1c
Octal120120750030105741534
Binary1010000101000011110100110001000101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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