#504312

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

Shades of Madras #504312

Tints of Madras #504312

Color information

#504312 (or 0x504312) is unknown color: approx Madras. HEX triplet: 50, 43 and 12. RGB value is (80,67,18). Sum of RGB (Red+Green+Blue) = 80+67+18=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504312 is #AFBCED. Grayscale: #414141. Windows color (decimal): -11517166 or 1196880. OLE color: 1196880.

HSL color Cylindrical-coordinate representation of color #504312: hue angle of 47.42º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504312 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB806718-
CMYK00.160.780.69
HSL47.42º63.27%19.22%-
HSV(B)47.42º77.5%31.37%-
XYZ5.425.761.4-
YUV65.3101.31138.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=48.48%
G=40.61%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80671800.160.780.6947.4263.2719.22
Hex5043120104E452f3f13
Octal12010322020116105577723
Binary10100001000011100100100001001110100010110111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504312; }

 p { color: rgb(80,67,18); }

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

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

 a { background-color: rgb(80,67,18); }

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

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

 span { border-color: rgb(80,67,18); }

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