#493E0F

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

Shades of Madras #493E0F

Tints of Madras #493E0F

Color information

#493E0F (or 0x493E0F) is unknown color: approx Madras. HEX triplet: 49, 3E and 0F. RGB value is (73,62,15). Sum of RGB (Red+Green+Blue) = 73+62+15=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E0F is #B6C1F0. Grayscale: #3C3C3C. Windows color (decimal): -11977201 or 998985. OLE color: 998985.

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

Color convert

RGB736215-
CMYK00.150.790.71
HSL48.62º65.91%17.25%-
HSV(B)48.62º79.45%28.63%-
XYZ4.564.91.16-
YUV59.93102.64137.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 15 (6.25% from 255) = 10%
R=48.67%
G=41.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73621500.150.790.7148.6265.9117.25
Hex493EF0F4F47314211
Octal11176170171171076110221
Binary100100111111011110111110011111000111110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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