Html Css Color HEX #49411B Madras

📋 copy color: '#49411B'

red 73 ◦ green 65 ◦ blue 27

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

Shades of Madras #49411B

Tints of Madras #49411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 44.24%
G = 39.39%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49411B (or 0x49411B) is known color: Madras. HEX triplet: 49, 41 and 1B. RGB value is (73,65,27). Sum of RGB (Red+Green+Blue) = 73+65+27=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49411B is #B6BEE4. Grayscale: #3F3F3F. Windows color (decimal): -11976421 or 1786185. OLE color: 1786185.

HSL color Cylindrical-coordinate representation of color #49411B: hue angle of 49.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49411B is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 27 -
CMYK 0 0.11 0.63 0.71
HSL 49.57º 0.46% 0.2% -
HSV(B) 49.57º 0.63% 0.29% -
XYZ 4.84 5.28 1.8 -
YUV 63.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 73 65 27 0 0.11 0.63 0.71 49.57 0.46 0.2
Hex 49 41 1B 0 B 3F 47 32 2E 14
Octal 111 101 33 0 13 77 107 62 56 24
Binary 1001001 1000001 11011 0 1011 111111 1000111 110010 101110 10100

Color Harmonies of #49411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49411B

Black with #49411B

Text Example


Text Example

White with #49411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49411B; }

 p { color: rgb(73,65,27); }

 H1.HeaderClassName
 {
   color: #49411B;
 }
 .AnyTagClassName
 {
   color: #49411B;
 }
</style>

background-color css

<style>
 a { background-color: #49411B; }

 a { background-color: rgb(73,65,27); }

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

border-color css

<style>
 span { border-color: #49411B; }

 span { border-color: rgb(73,65,27); }

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