Html Css Color HEX #49401F Madras

📋 copy color: '#49401F'

red 73 ◦ green 64 ◦ blue 31

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

Shades of Madras #49401F

Tints of Madras #49401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 43.45%
G = 38.1%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49401F (or 0x49401F) is known color: Madras. HEX triplet: 49, 40 and 1F. RGB value is (73,64,31). Sum of RGB (Red+Green+Blue) = 73+64+31=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49401F is #B6BFE0. Grayscale: #3F3F3F. Windows color (decimal): -11976673 or 2048073. OLE color: 2048073.

HSL color Cylindrical-coordinate representation of color #49401F: hue angle of 47.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49401F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 31 -
CMYK 0 0.12 0.58 0.71
HSL 47.14º 0.4% 0.2% -
HSV(B) 47.14º 0.58% 0.29% -
XYZ 4.83 5.18 2.04 -
YUV 62.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 73 64 31 0 0.12 0.58 0.71 47.14 0.4 0.2
Hex 49 40 1F 0 C 3A 47 2F 28 14
Octal 111 100 37 0 14 72 107 57 50 24
Binary 1001001 1000000 11111 0 1100 111010 1000111 101111 101000 10100

Color Harmonies of #49401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49401F

Black with #49401F

Text Example


Text Example

White with #49401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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