#504212

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

Shades of Madras #504212

Tints of Madras #504212

Color information

#504212 (or 0x504212) is unknown color: approx Madras. HEX triplet: 50, 42 and 12. RGB value is (80,66,18). Sum of RGB (Red+Green+Blue) = 80+66+18=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504212 is #AFBDED. Grayscale: #404040. Windows color (decimal): -11517422 or 1196624. OLE color: 1196624.

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

Color convert

RGB806618-
CMYK00.170.780.69
HSL46.45º63.27%19.22%-
HSV(B)46.45º77.5%31.37%-
XYZ5.375.651.38-
YUV64.71101.64138.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=48.78%
G=40.24%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80661800.170.780.6946.4563.2719.22
Hex5042120114E452e3f13
Octal12010222021116105567723
Binary10100001000010100100100011001110100010110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504212; }

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

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

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

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

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

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

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

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