#49451F

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

Shades of Madras #49451F

Tints of Madras #49451F

Color information

#49451F (or 0x49451F) is unknown color: approx Madras. HEX triplet: 49, 45 and 1F. RGB value is (73,69,31). Sum of RGB (Red+Green+Blue) = 73+69+31=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451F is #B6BAE0. Grayscale: #424242. Windows color (decimal): -11975393 or 2049353. OLE color: 2049353.

HSL color Cylindrical-coordinate representation of color #49451F: hue angle of 54.29º 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 #49451F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB736931-
CMYK00.050.580.71
HSL54.29º40.38%20.39%-
HSV(B)54.29º57.53%28.63%-
XYZ5.125.772.14-
YUV65.86108.33133.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=42.20%
G=39.88%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73693100.050.580.7154.2940.3820.39
Hex49451F053A47362814
Octal111105370572107665024
Binary10010011000101111110101111010100011111011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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