#49450C

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

Shades of Madras #49450C

Tints of Madras #49450C

Color information

#49450C (or 0x49450C) is unknown color: approx Madras. HEX triplet: 49, 45 and 0C. RGB value is (73,69,12). Sum of RGB (Red+Green+Blue) = 73+69+12=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49450C is #B6BAF3. Grayscale: #3F3F3F. Windows color (decimal): -11975412 or 804169. OLE color: 804169.

HSL color Cylindrical-coordinate representation of color #49450C: hue angle of 56.07º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49450C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB736912-
CMYK00.050.840.71
HSL56.07º71.76%16.67%-
HSV(B)56.07º83.56%28.63%-
XYZ4.945.71.19-
YUV63.798.83134.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=47.40%
G=44.81%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73691200.050.840.7156.0771.7616.67
Hex4945C055447384811
Octal11110514051241077011021
Binary100100110001011100010110101001000111111000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49450C; }

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

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

<style>
 a { background-color: #49450C; }

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

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

<style>
 span { border-color: #49450C; }

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

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