Html Css Color HEX #49401B Madras

📋 copy color: '#49401B'

red 73 ◦ green 64 ◦ blue 27

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

Shades of Madras #49401B

Tints of Madras #49401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 44.51%
G = 39.02%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49401B (or 0x49401B) is known color: Madras. HEX triplet: 49, 40 and 1B. RGB value is (73,64,27). Sum of RGB (Red+Green+Blue) = 73+64+27=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49401B is #B6BFE4. Grayscale: #3E3E3E. Windows color (decimal): -11976677 or 1785929. OLE color: 1785929.

HSL color Cylindrical-coordinate representation of color #49401B: hue angle of 48.26º 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 #49401B is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 27 -
CMYK 0 0.12 0.63 0.71
HSL 48.26º 0.46% 0.2% -
HSV(B) 48.26º 0.63% 0.29% -
XYZ 4.78 5.16 1.78 -
YUV 62.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 73 64 27 0 0.12 0.63 0.71 48.26 0.46 0.2
Hex 49 40 1B 0 C 3F 47 30 2E 14
Octal 111 100 33 0 14 77 107 60 56 24
Binary 1001001 1000000 11011 0 1100 111111 1000111 110000 101110 10100

Color Harmonies of #49401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49401B

Black with #49401B

Text Example


Text Example

White with #49401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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