Html Css Color HEX #49440A Madras

📋 copy color: '#49440A'

red 73 ◦ green 68 ◦ blue 10

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

Shades of Madras #49440A

Tints of Madras #49440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 48.34%
G = 45.03%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49440A (or 0x49440A) is known color: Madras. HEX triplet: 49, 44 and 0A. RGB value is (73,68,10). Sum of RGB (Red+Green+Blue) = 73+68+10=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49440A is #B6BBF5. Grayscale: #3F3F3F. Windows color (decimal): -11975670 or 672841. OLE color: 672841.

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

Color convert

RGB 73 68 10 -
CMYK 0 0.07 0.86 0.71
HSL 55.24º 0.76% 0.16% -
HSV(B) 55.24º 0.86% 0.29% -
XYZ 4.87 5.57 1.11 -
YUV 62.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 73 68 10 0 0.07 0.86 0.71 55.24 0.76 0.16
Hex 49 44 A 0 7 56 47 37 4C 10
Octal 111 104 12 0 7 126 107 67 114 20
Binary 1001001 1000100 1010 0 111 1010110 1000111 110111 1001100 10000

Color Harmonies of #49440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49440A

Black with #49440A

Text Example


Text Example

White with #49440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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