#50450E

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

Shades of Madras #50450E

Tints of Madras #50450E

Color information

#50450E (or 0x50450E) is unknown color: approx Madras. HEX triplet: 50, 45 and 0E. RGB value is (80,69,14). Sum of RGB (Red+Green+Blue) = 80+69+14=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50450E is #AFBAF1. Grayscale: #424242. Windows color (decimal): -11516658 or 935248. OLE color: 935248.

HSL color Cylindrical-coordinate representation of color #50450E: hue angle of 50º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50450E is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB806914-
CMYK00.140.830.69
HSL50º70.21%18.43%-
HSV(B)50º82.5%31.37%-
XYZ5.525.991.28-
YUV66.0298.64137.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=49.08%
G=42.33%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80691400.140.830.695070.2118.43
Hex5045E0E5345324612
Octal120105160161231056210622
Binary1010000100010111100111010100111000101110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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