#493A17

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

Shades of Madras #493A17

Tints of Madras #493A17

Color information

#493A17 (or 0x493A17) is unknown color: approx Madras. HEX triplet: 49, 3A and 17. RGB value is (73,58,23). Sum of RGB (Red+Green+Blue) = 73+58+23=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A17 is #B6C5E8. Grayscale: #3A3A3A. Windows color (decimal): -11978217 or 1522249. OLE color: 1522249.

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

Color convert

RGB735823-
CMYK00.210.680.71
HSL42º52.08%18.82%-
HSV(B)42º68.49%28.63%-
XYZ4.424.51.45-
YUV58.5107.97138.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=47.40%
G=37.66%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73582300.210.680.714252.0818.82
Hex493A1701544472a3413
Octal1117227025104107526423
Binary1001001111010101110101011000100100011110101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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