#504612

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

Shades of Madras #504612

Tints of Madras #504612

Color information

#504612 (or 0x504612) is unknown color: approx Madras. HEX triplet: 50, 46 and 12. RGB value is (80,70,18). Sum of RGB (Red+Green+Blue) = 80+70+18=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504612 is #AFB9ED. Grayscale: #434343. Windows color (decimal): -11516398 or 1197648. OLE color: 1197648.

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

Color convert

RGB807018-
CMYK00.120.780.69
HSL50.32º63.27%19.22%-
HSV(B)50.32º77.5%31.37%-
XYZ5.616.131.46-
YUV67.06100.31137.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=47.62%
G=41.67%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80701800.120.780.6950.3263.2719.22
Hex5046120C4E45323f13
Octal12010622014116105627723
Binary1010000100011010010011001001110100010111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504612; }

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

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

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

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

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

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

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

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