#504313

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

Shades of Madras #504313

Tints of Madras #504313

Color information

#504313 (or 0x504313) is unknown color: approx Madras. HEX triplet: 50, 43 and 13. RGB value is (80,67,19). Sum of RGB (Red+Green+Blue) = 80+67+19=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504313 is #AFBCEC. Grayscale: #414141. Windows color (decimal): -11517165 or 1262416. OLE color: 1262416.

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

Color convert

RGB806719-
CMYK00.160.760.69
HSL47.21º61.62%19.41%-
HSV(B)47.21º76.25%31.37%-
XYZ5.435.771.44-
YUV65.41101.81138.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=48.19%
G=40.36%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80671900.160.760.6947.2161.6219.41
Hex5043130104C452f3e13
Octal12010323020114105577623
Binary10100001000011100110100001001100100010110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504313; }

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

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

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

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

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

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

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

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