#49410F

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

Shades of Madras #49410F

Tints of Madras #49410F

Color information

#49410F (or 0x49410F) is unknown color: approx Madras. HEX triplet: 49, 41 and 0F. RGB value is (73,65,15). Sum of RGB (Red+Green+Blue) = 73+65+15=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49410F is #B6BEF0. Grayscale: #3D3D3D. Windows color (decimal): -11976433 or 999753. OLE color: 999753.

HSL color Cylindrical-coordinate representation of color #49410F: hue angle of 51.72º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49410F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB736515-
CMYK00.110.790.71
HSL51.72º65.91%17.25%-
HSV(B)51.72º79.45%28.63%-
XYZ4.725.231.21-
YUV61.69101.65136.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=47.71%
G=42.48%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73651500.110.790.7151.7265.9117.25
Hex4941F0B4F47344211
Octal111101170131171076410221
Binary1001001100000111110101110011111000111110100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49410F; }

 p { color: rgb(73,65,15); }

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

<style>
 a { background-color: #49410F; }

 a { background-color: rgb(73,65,15); }

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

<style>
 span { border-color: #49410F; }

 span { border-color: rgb(73,65,15); }

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