Html Css Color HEX #49440E Madras

📋 copy color: '#49440E'

red 73 ◦ green 68 ◦ blue 14

#49440E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #49440E

Tints of Madras #49440E

RGB

 RED value IS 73 (28.91% from 255) = 47.1%

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 47.1%
G = 43.87%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#49440E (or 0x49440E) is known color: Madras. HEX triplet: 49, 44 and 0E. RGB value is (73,68,14). Sum of RGB (Red+Green+Blue) = 73+68+14=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49440E is #B6BBF1. Grayscale: #3F3F3F. Windows color (decimal): -11975666 or 934985. OLE color: 934985.

HSL color Cylindrical-coordinate representation of color #49440E: hue angle of 54.92º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49440E is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 14 -
CMYK 0 0.07 0.81 0.71
HSL 54.92º 0.68% 0.17% -
HSV(B) 54.92º 0.81% 0.29% -
XYZ 4.89 5.58 1.24 -
YUV 63.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 73 68 14 0 0.07 0.81 0.71 54.92 0.68 0.17
Hex 49 44 E 0 7 51 47 37 44 11
Octal 111 104 16 0 7 121 107 67 104 21
Binary 1001001 1000100 1110 0 111 1010001 1000111 110111 1000100 10001

Color Harmonies of #49440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49440E

Black with #49440E

Text Example


Text Example

White with #49440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49440E; }

 p { color: rgb(73,68,14); }

 H1.HeaderClassName
 {
   color: #49440E;
 }
 .AnyTagClassName
 {
   color: #49440E;
 }
</style>

background-color css

<style>
 a { background-color: #49440E; }

 a { background-color: rgb(73,68,14); }

 div.DivClassName
 {
   background-color: #49440E;
 }
 .BgClassName
 {
   background-color: #49440E;
 }
</style>

border-color css

<style>
 span { border-color: #49440E; }

 span { border-color: rgb(73,68,14); }

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