#504012

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

Shades of Madras #504012

Tints of Madras #504012

Color information

#504012 (or 0x504012) is unknown color: approx Madras. HEX triplet: 50, 40 and 12. RGB value is (80,64,18). Sum of RGB (Red+Green+Blue) = 80+64+18=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #504012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504012 is #AFBFED. Grayscale: #3F3F3F. Windows color (decimal): -11517934 or 1196112. OLE color: 1196112.

HSL color Cylindrical-coordinate representation of color #504012: hue angle of 44.52º 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 #504012 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB806418-
CMYK00.200.780.69
HSL44.52º63.27%19.22%-
HSV(B)44.52º77.5%31.37%-
XYZ5.255.421.34-
YUV63.54102.3139.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=49.38%
G=39.51%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80641800.200.780.6944.5263.2719.22
Hex5040120144E452d3f13
Octal12010022024116105557723
Binary10100001000000100100101001001110100010110110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504012; }

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

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

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

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

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

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

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

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