#504310

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

Shades of Madras #504310

Tints of Madras #504310

Color information

#504310 (or 0x504310) is unknown color: approx Madras. HEX triplet: 50, 43 and 10. RGB value is (80,67,16). Sum of RGB (Red+Green+Blue) = 80+67+16=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504310 is #AFBCEF. Grayscale: #414141. Windows color (decimal): -11517168 or 1065808. OLE color: 1065808.

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

Color convert

RGB806716-
CMYK00.160.800.69
HSL47.81º66.67%18.82%-
HSV(B)47.81º80%31.37%-
XYZ5.415.761.32-
YUV65.07100.31138.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=49.08%
G=41.10%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80671600.160.800.6947.8166.6718.82
Hex5043100105045304313
Octal120103200201201056010323
Binary101000010000111000001000010100001000101110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504310; }

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

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

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

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

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

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

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

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