#50450B

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

Shades of Madras #50450B

Tints of Madras #50450B

Color information

#50450B (or 0x50450B) is unknown color: approx Madras. HEX triplet: 50, 45 and 0B. RGB value is (80,69,11). Sum of RGB (Red+Green+Blue) = 80+69+11=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50450B is #AFBAF4. Grayscale: #414141. Windows color (decimal): -11516661 or 738640. OLE color: 738640.

HSL color Cylindrical-coordinate representation of color #50450B: hue angle of 50.43º 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 #50450B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB806911-
CMYK00.140.860.69
HSL50.43º75.82%17.84%-
HSV(B)50.43º86.25%31.37%-
XYZ5.55.991.18-
YUV65.6897.14138.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=50%
G=43.12%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80691100.140.860.6950.4375.8217.84
Hex5045B0E5645324c12
Octal120105130161261056211422
Binary1010000100010110110111010101101000101110010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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