#50460D

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

Shades of Madras #50460D

Tints of Madras #50460D

Color information

#50460D (or 0x50460D) is unknown color: approx Madras. HEX triplet: 50, 46 and 0D. RGB value is (80,70,13). Sum of RGB (Red+Green+Blue) = 80+70+13=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50460D is #AFB9F2. Grayscale: #424242. Windows color (decimal): -11516403 or 869968. OLE color: 869968.

HSL color Cylindrical-coordinate representation of color #50460D: hue angle of 51.04º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50460D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB807013-
CMYK00.120.840.69
HSL51.04º72.04%18.24%-
HSV(B)51.04º83.75%31.37%-
XYZ5.576.111.27-
YUV66.4997.81137.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=49.08%
G=42.94%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80701300.120.840.6951.0472.0418.24
Hex5046D0C5445334812
Octal120106150141241056311022
Binary1010000100011011010110010101001000101110011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,70,13); }

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

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

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

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

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

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

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