Html Css Color HEX #49420A Madras

📋 copy color: '#49420A'

red 73 ◦ green 66 ◦ blue 10

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

Shades of Madras #49420A

Tints of Madras #49420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

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

R = 48.99%
G = 44.3%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49420A (or 0x49420A) is known color: Madras. HEX triplet: 49, 42 and 0A. RGB value is (73,66,10). Sum of RGB (Red+Green+Blue) = 73+66+10=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49420A is #B6BDF5. Grayscale: #3D3D3D. Windows color (decimal): -11976182 or 672329. OLE color: 672329.

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

Color convert

RGB 73 66 10 -
CMYK 0 0.10 0.86 0.71
HSL 53.33º 0.76% 0.16% -
HSV(B) 53.33º 0.86% 0.29% -
XYZ 4.75 5.33 1.07 -
YUV 61.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 73 66 10 0 0.10 0.86 0.71 53.33 0.76 0.16
Hex 49 42 A 0 A 56 47 35 4C 10
Octal 111 102 12 0 12 126 107 65 114 20
Binary 1001001 1000010 1010 0 1010 1010110 1000111 110101 1001100 10000

Color Harmonies of #49420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49420A

Black with #49420A

Text Example


Text Example

White with #49420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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