#493F15

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

Shades of Madras #493F15

Tints of Madras #493F15

Color information

#493F15 (or 0x493F15) is unknown color: approx Madras. HEX triplet: 49, 3F and 15. RGB value is (73,63,21). Sum of RGB (Red+Green+Blue) = 73+63+21=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F15 is #B6C0EA. Grayscale: #3D3D3D. Windows color (decimal): -11976939 or 1392457. OLE color: 1392457.

HSL color Cylindrical-coordinate representation of color #493F15: hue angle of 48.46º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493F15 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB736321-
CMYK00.140.710.71
HSL48.46º55.32%18.43%-
HSV(B)48.46º71.23%28.63%-
XYZ4.665.031.43-
YUV61.2105.31136.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=46.50%
G=40.13%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73632100.140.710.7148.4655.3218.43
Hex493F150E4747303712
Octal1117725016107107606722
Binary100100111111110101011101000111100011111000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,21); }

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

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

 a { background-color: rgb(73,63,21); }

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

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

 span { border-color: rgb(73,63,21); }

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