Html Css Color HEX #49440F Madras

📋 copy color: '#49440F'

red 73 ◦ green 68 ◦ blue 15

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

Shades of Madras #49440F

Tints of Madras #49440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 46.79%
G = 43.59%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49440F (or 0x49440F) is known color: Madras. HEX triplet: 49, 44 and 0F. RGB value is (73,68,15). Sum of RGB (Red+Green+Blue) = 73+68+15=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49440F is #B6BBF0. Grayscale: #3F3F3F. Windows color (decimal): -11975665 or 1000521. OLE color: 1000521.

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

Color convert

RGB 73 68 15 -
CMYK 0 0.07 0.79 0.71
HSL 54.83º 0.66% 0.17% -
HSV(B) 54.83º 0.79% 0.29% -
XYZ 4.9 5.59 1.27 -
YUV 63.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 73 68 15 0 0.07 0.79 0.71 54.83 0.66 0.17
Hex 49 44 F 0 7 4F 47 37 42 11
Octal 111 104 17 0 7 117 107 67 102 21
Binary 1001001 1000100 1111 0 111 1001111 1000111 110111 1000010 10001

Color Harmonies of #49440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49440F

Black with #49440F

Text Example


Text Example

White with #49440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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