#493D0B

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

Shades of Madras #493D0B

Tints of Madras #493D0B

Color information

#493D0B (or 0x493D0B) is unknown color: approx Madras. HEX triplet: 49, 3D and 0B. RGB value is (73,61,11). Sum of RGB (Red+Green+Blue) = 73+61+11=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D0B is #B6C2F4. Grayscale: #3B3B3B. Windows color (decimal): -11977461 or 736585. OLE color: 736585.

HSL color Cylindrical-coordinate representation of color #493D0B: hue angle of 48.39º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #493D0B is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB736111-
CMYK00.160.850.71
HSL48.39º73.81%16.47%-
HSV(B)48.39º84.93%28.63%-
XYZ4.484.781-
YUV58.89100.98138.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 61 (24.22% from 255) = 42.07%
BLUE value IS 11 (4.69% from 255) = 7.59%
R=50.34%
G=42.07%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73611100.160.850.7148.3973.8116.47
Hex493DB0105547304a10
Octal11175130201251076011220
Binary1001001111101101101000010101011000111110000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D0B; }

 p { color: rgb(73,61,11); }

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

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

 a { background-color: rgb(73,61,11); }

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

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

 span { border-color: rgb(73,61,11); }

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