#493E0C

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

Shades of Madras #493E0C

Tints of Madras #493E0C

Color information

#493E0C (or 0x493E0C) is unknown color: approx Madras. HEX triplet: 49, 3E and 0C. RGB value is (73,62,12). Sum of RGB (Red+Green+Blue) = 73+62+12=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E0C is #B6C1F3. Grayscale: #3B3B3B. Windows color (decimal): -11977204 or 802377. OLE color: 802377.

HSL color Cylindrical-coordinate representation of color #493E0C: hue angle of 49.18º 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 #493E0C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB736212-
CMYK00.150.840.71
HSL49.18º71.76%16.67%-
HSV(B)49.18º83.56%28.63%-
XYZ4.544.891.05-
YUV59.59101.14137.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 62 (24.61% from 255) = 42.18%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=49.66%
G=42.18%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73621200.150.840.7149.1871.7616.67
Hex493EC0F5447314811
Octal11176140171241076111021
Binary100100111111011000111110101001000111110001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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