#493D04

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

Shades of Madras #493D04

Tints of Madras #493D04

Color information

#493D04 (or 0x493D04) is unknown color: approx Madras. HEX triplet: 49, 3D and 04. RGB value is (73,61,4). Sum of RGB (Red+Green+Blue) = 73+61+4=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #493D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D04 is #B6C2FB. Grayscale: #3A3A3A. Windows color (decimal): -11977468 or 277833. OLE color: 277833.

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

Color convert

RGB73614-
CMYK00.160.950.71
HSL49.57º89.61%15.1%-
HSV(B)49.57º94.52%28.63%-
XYZ4.444.760.8-
YUV58.0997.48138.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 61 (24.22% from 255) = 44.20%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=52.90%
G=44.20%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7361400.160.950.7149.5789.6115.1
Hex493D40105F47325af
Octal1117540201371076213217
Binary10010011111011000100001011111100011111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,4); }

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

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

 a { background-color: rgb(73,61,4); }

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

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

 span { border-color: rgb(73,61,4); }

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