#49401A

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

Shades of Madras #49401A

Tints of Madras #49401A

Color information

#49401A (or 0x49401A) is unknown color: approx Madras. HEX triplet: 49, 40 and 1A. RGB value is (73,64,26). Sum of RGB (Red+Green+Blue) = 73+64+26=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #49401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49401A is #B6BFE5. Grayscale: #3E3E3E. Windows color (decimal): -11976678 or 1720393. OLE color: 1720393.

HSL color Cylindrical-coordinate representation of color #49401A: hue angle of 48.51º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49401A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB736426-
CMYK00.120.640.71
HSL48.51º47.47%19.41%-
HSV(B)48.51º64.38%28.63%-
XYZ4.775.161.72-
YUV62.36107.48135.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=44.79%
G=39.26%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73642600.120.640.7148.5147.4719.41
Hex49401A0C4047312f13
Octal11110032014100107615723
Binary1001001100000011010011001000000100011111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49401A; }

 p { color: rgb(73,64,26); }

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

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

 a { background-color: rgb(73,64,26); }

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

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

 span { border-color: rgb(73,64,26); }

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