#49360B

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

Shades of Madras #49360B

Tints of Madras #49360B

Color information

#49360B (or 0x49360B) is unknown color: approx Madras. HEX triplet: 49, 36 and 0B. RGB value is (73,54,11). Sum of RGB (Red+Green+Blue) = 73+54+11=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49360B is #B6C9F4. Grayscale: #363636. Windows color (decimal): -11979253 or 734793. OLE color: 734793.

HSL color Cylindrical-coordinate representation of color #49360B: hue angle of 41.61º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49360B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB735411-
CMYK00.260.850.71
HSL41.61º73.81%16.47%-
HSV(B)41.61º84.93%28.63%-
XYZ4.134.080.89-
YUV54.78103.29141-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=52.90%
G=39.13%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73541100.260.850.7141.6173.8116.47
Hex4936B01A55472a4a10
Octal11166130321251075211220
Binary1001001110110101101101010101011000111101010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49360B; }

 p { color: rgb(73,54,11); }

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

<style>
 a { background-color: #49360B; }

 a { background-color: rgb(73,54,11); }

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

<style>
 span { border-color: #49360B; }

 span { border-color: rgb(73,54,11); }

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