#49441A

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

Shades of Madras #49441A

Tints of Madras #49441A

Color information

#49441A (or 0x49441A) is unknown color: approx Madras. HEX triplet: 49, 44 and 1A. RGB value is (73,68,26). Sum of RGB (Red+Green+Blue) = 73+68+26=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441A is #B6BBE5. Grayscale: #404040. Windows color (decimal): -11975654 or 1721417. OLE color: 1721417.

HSL color Cylindrical-coordinate representation of color #49441A: hue angle of 53.62º 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 #49441A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB736826-
CMYK00.070.640.71
HSL53.62º47.47%19.41%-
HSV(B)53.62º64.38%28.63%-
XYZ55.631.8-
YUV64.71106.16133.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=43.71%
G=40.72%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73682600.070.640.7153.6247.4719.41
Hex49441A074047362f13
Octal1111043207100107665723
Binary100100110001001101001111000000100011111011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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