#493907

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

Shades of Madras #493907

Tints of Madras #493907

Color information

#493907 (or 0x493907) is unknown color: approx Madras. HEX triplet: 49, 39 and 07. RGB value is (73,57,7). Sum of RGB (Red+Green+Blue) = 73+57+7=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493907 is #B6C6F8. Grayscale: #383838. Windows color (decimal): -11978489 or 473417. OLE color: 473417.

HSL color Cylindrical-coordinate representation of color #493907: hue angle of 45.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493907 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73577-
CMYK00.220.900.71
HSL45.45º82.5%15.69%-
HSV(B)45.45º90.41%28.63%-
XYZ4.254.360.82-
YUV56.08100.3140.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=53.28%
G=41.61%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7357700.220.900.7145.4582.515.69
Hex493970165A472d5210
Octal1117170261321075512220
Binary100100111100111101011010110101000111101101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493907; }

 p { color: rgb(73,57,7); }

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

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

 a { background-color: rgb(73,57,7); }

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

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

 span { border-color: rgb(73,57,7); }

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