#493A0E

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

Shades of Madras #493A0E

Tints of Madras #493A0E

Color information

#493A0E (or 0x493A0E) is unknown color: approx Madras. HEX triplet: 49, 3A and 0E. RGB value is (73,58,14). Sum of RGB (Red+Green+Blue) = 73+58+14=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A0E is #B6C5F1. Grayscale: #393939. Windows color (decimal): -11978226 or 932425. OLE color: 932425.

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

Color convert

RGB735814-
CMYK00.210.810.71
HSL44.75º67.82%17.06%-
HSV(B)44.75º80.82%28.63%-
XYZ4.344.471.05-
YUV57.47103.47139.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=50.34%
G=40%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73581400.210.810.7144.7567.8217.06
Hex493AE01551472d4411
Octal11172160251211075510421
Binary1001001111010111001010110100011000111101101100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,14); }

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

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

 a { background-color: rgb(73,58,14); }

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

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

 span { border-color: rgb(73,58,14); }

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