#504114

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

Shades of Madras #504114

Tints of Madras #504114

Color information

#504114 (or 0x504114) is unknown color: approx Madras. HEX triplet: 50, 41 and 14. RGB value is (80,65,20). Sum of RGB (Red+Green+Blue) = 80+65+20=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504114 is #AFBEEB. Grayscale: #404040. Windows color (decimal): -11517676 or 1327440. OLE color: 1327440.

HSL color Cylindrical-coordinate representation of color #504114: hue angle of 45º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #504114 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB806520-
CMYK00.190.750.69
HSL45º60%19.61%-
HSV(B)45º75%31.37%-
XYZ5.325.541.45-
YUV64.36102.97139.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=48.48%
G=39.39%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80652000.190.750.69456019.61
Hex5041140134B452d3c14
Octal12010124023113105557424
Binary10100001000001101000100111001011100010110110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504114; }

 p { color: rgb(80,65,20); }

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

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

 a { background-color: rgb(80,65,20); }

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

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

 span { border-color: rgb(80,65,20); }

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