#493D0C

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

Shades of Madras #493D0C

Tints of Madras #493D0C

Color information

#493D0C (or 0x493D0C) is unknown color: approx Madras. HEX triplet: 49, 3D and 0C. RGB value is (73,61,12). Sum of RGB (Red+Green+Blue) = 73+61+12=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D0C is #B6C2F3. Grayscale: #3B3B3B. Windows color (decimal): -11977460 or 802121. OLE color: 802121.

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

Color convert

RGB736112-
CMYK00.160.840.71
HSL48.2º71.76%16.67%-
HSV(B)48.2º83.56%28.63%-
XYZ4.484.781.03-
YUV59101.48137.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 41.78%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=50%
G=41.78%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73611200.160.840.7148.271.7616.67
Hex493DC0105447304811
Octal11175140201241076011021
Binary1001001111101110001000010101001000111110000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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