#50450D

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

Shades of Madras #50450D

Tints of Madras #50450D

Color information

#50450D (or 0x50450D) is unknown color: approx Madras. HEX triplet: 50, 45 and 0D. RGB value is (80,69,13). Sum of RGB (Red+Green+Blue) = 80+69+13=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50450D is #AFBAF2. Grayscale: #424242. Windows color (decimal): -11516659 or 869712. OLE color: 869712.

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

Color convert

RGB806913-
CMYK00.140.840.69
HSL50.15º72.04%18.24%-
HSV(B)50.15º83.75%31.37%-
XYZ5.515.991.25-
YUV65.998.14138.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=49.38%
G=42.59%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80691300.140.840.6950.1572.0418.24
Hex5045D0E5445324812
Octal120105150161241056211022
Binary1010000100010111010111010101001000101110010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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