#49420C

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

Shades of Madras #49420C

Tints of Madras #49420C

Color information

#49420C (or 0x49420C) is unknown color: approx Madras. HEX triplet: 49, 42 and 0C. RGB value is (73,66,12). Sum of RGB (Red+Green+Blue) = 73+66+12=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49420C is #B6BDF3. Grayscale: #3E3E3E. Windows color (decimal): -11976180 or 803401. OLE color: 803401.

HSL color Cylindrical-coordinate representation of color #49420C: hue angle of 53.11º 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 #49420C is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB736612-
CMYK00.100.840.71
HSL53.11º71.76%16.67%-
HSV(B)53.11º83.56%28.63%-
XYZ4.765.341.13-
YUV61.9499.82135.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=48.34%
G=43.71%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73661200.100.840.7153.1171.7616.67
Hex4942C0A5447354811
Octal111102140121241076511021
Binary1001001100001011000101010101001000111110101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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