#493D06

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

Shades of Madras #493D06

Tints of Madras #493D06

Color information

#493D06 (or 0x493D06) is unknown color: approx Madras. HEX triplet: 49, 3D and 06. RGB value is (73,61,6). Sum of RGB (Red+Green+Blue) = 73+61+6=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D06 is #B6C2F9. Grayscale: #3A3A3A. Windows color (decimal): -11977466 or 408905. OLE color: 408905.

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

Color convert

RGB73616-
CMYK00.160.920.71
HSL49.25º84.81%15.49%-
HSV(B)49.25º91.78%28.63%-
XYZ4.454.770.86-
YUV58.3298.48138.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=52.14%
G=43.57%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7361600.160.920.7149.2584.8115.49
Hex493D60105C473155f
Octal1117560201341076112517
Binary10010011111011100100001011100100011111000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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