#50400B

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

Shades of Madras #50400B

Tints of Madras #50400B

Color information

#50400B (or 0x50400B) is unknown color: approx Madras. HEX triplet: 50, 40 and 0B. RGB value is (80,64,11). Sum of RGB (Red+Green+Blue) = 80+64+11=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50400B is #AFBFF4. Grayscale: #3E3E3E. Windows color (decimal): -11517941 or 737360. OLE color: 737360.

HSL color Cylindrical-coordinate representation of color #50400B: hue angle of 46.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50400B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB806411-
CMYK00.200.860.69
HSL46.09º75.82%17.84%-
HSV(B)46.09º86.25%31.37%-
XYZ5.25.41.08-
YUV62.7498.8140.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=51.61%
G=41.29%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80641100.200.860.6946.0975.8217.84
Hex5040B01456452e4c12
Octal120100130241261055611422
Binary10100001000000101101010010101101000101101110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,64,11); }

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

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

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

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

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

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

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