#49430F

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

Shades of Madras #49430F

Tints of Madras #49430F

Color information

#49430F (or 0x49430F) is unknown color: approx Madras. HEX triplet: 49, 43 and 0F. RGB value is (73,67,15). Sum of RGB (Red+Green+Blue) = 73+67+15=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430F is #B6BCF0. Grayscale: #3F3F3F. Windows color (decimal): -11975921 or 1000265. OLE color: 1000265.

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

Color convert

RGB736715-
CMYK00.080.790.71
HSL53.79º65.91%17.25%-
HSV(B)53.79º79.45%28.63%-
XYZ4.845.471.25-
YUV62.87100.99135.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=47.10%
G=43.23%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73671500.080.790.7153.7965.9117.25
Hex4943F084F47364211
Octal111103170101171076610221
Binary1001001100001111110100010011111000111110110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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