#504512

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

Shades of Madras #504512

Tints of Madras #504512

Color information

#504512 (or 0x504512) is unknown color: approx Madras. HEX triplet: 50, 45 and 12. RGB value is (80,69,18). Sum of RGB (Red+Green+Blue) = 80+69+18=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504512 is #AFBAED. Grayscale: #424242. Windows color (decimal): -11516654 or 1197392. OLE color: 1197392.

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

Color convert

RGB806918-
CMYK00.140.780.69
HSL49.35º63.27%19.22%-
HSV(B)49.35º77.5%31.37%-
XYZ5.556.011.44-
YUV66.48100.64137.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=47.90%
G=41.32%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80691800.140.780.6949.3563.2719.22
Hex5045120E4E45313f13
Octal12010522016116105617723
Binary1010000100010110010011101001110100010111000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504512; }

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

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

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

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

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

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

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

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