#493F1F

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

Shades of Madras #493F1F

Tints of Madras #493F1F

Color information

#493F1F (or 0x493F1F) is unknown color: approx Madras. HEX triplet: 49, 3F and 1F. RGB value is (73,63,31). Sum of RGB (Red+Green+Blue) = 73+63+31=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1F is #B6C0E0. Grayscale: #3E3E3E. Windows color (decimal): -11976929 or 2047817. OLE color: 2047817.

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

Color convert

RGB736331-
CMYK00.140.580.71
HSL45.71º40.38%20.39%-
HSV(B)45.71º57.53%28.63%-
XYZ4.775.072.02-
YUV62.34110.31135.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=43.71%
G=37.72%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73633100.140.580.7145.7140.3820.39
Hex493F1F0E3A472e2814
Octal111773701672107565024
Binary10010011111111111101110111010100011110111010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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