#493810

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

Shades of Madras #493810

Tints of Madras #493810

Color information

#493810 (or 0x493810) is unknown color: approx Madras. HEX triplet: 49, 38 and 10. RGB value is (73,56,16). Sum of RGB (Red+Green+Blue) = 73+56+16=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493810 is #B6C7EF. Grayscale: #383838. Windows color (decimal): -11978736 or 1062985. OLE color: 1062985.

HSL color Cylindrical-coordinate representation of color #493810: hue angle of 42.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #493810 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB735616-
CMYK00.230.780.71
HSL42.11º64.04%17.45%-
HSV(B)42.11º78.08%28.63%-
XYZ4.264.281.09-
YUV56.52105.13139.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=50.34%
G=38.62%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73561600.230.780.7142.1164.0417.45
Hex4938100174E472a4011
Octal11170200271161075210021
Binary10010011110001000001011110011101000111101010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493810; }

 p { color: rgb(73,56,16); }

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

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

 a { background-color: rgb(73,56,16); }

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

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

 span { border-color: rgb(73,56,16); }

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