#49430B

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

Shades of Madras #49430B

Tints of Madras #49430B

Color information

#49430B (or 0x49430B) is unknown color: approx Madras. HEX triplet: 49, 43 and 0B. RGB value is (73,67,11). Sum of RGB (Red+Green+Blue) = 73+67+11=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430B is #B6BCF4. Grayscale: #3E3E3E. Windows color (decimal): -11975925 or 738121. OLE color: 738121.

HSL color Cylindrical-coordinate representation of color #49430B: hue angle of 54.19º 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 #49430B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB736711-
CMYK00.080.850.71
HSL54.19º73.81%16.47%-
HSV(B)54.19º84.93%28.63%-
XYZ4.825.451.12-
YUV62.4198.99135.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=48.34%
G=44.37%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73671100.080.850.7154.1973.8116.47
Hex4943B085547364a10
Octal111103130101251076611220
Binary1001001100001110110100010101011000111110110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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