#493C17

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

Shades of Madras #493C17

Tints of Madras #493C17

Color information

#493C17 (or 0x493C17) is unknown color: approx Madras. HEX triplet: 49, 3C and 17. RGB value is (73,60,23). Sum of RGB (Red+Green+Blue) = 73+60+23=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C17 is #B6C3E8. Grayscale: #3B3B3B. Windows color (decimal): -11977705 or 1522761. OLE color: 1522761.

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

Color convert

RGB736023-
CMYK00.180.680.71
HSL44.4º52.08%18.82%-
HSV(B)44.4º68.49%28.63%-
XYZ4.524.711.48-
YUV59.67107.31137.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=46.79%
G=38.46%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73602300.180.680.7144.452.0818.82
Hex493C1701244472c3413
Octal1117427022104107546423
Binary1001001111100101110100101000100100011110110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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