Html Css Color HEX #49411F Madras

📋 copy color: '#49411F'

red 73 ◦ green 65 ◦ blue 31

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

Shades of Madras #49411F

Tints of Madras #49411F

RGB

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

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

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

R = 43.2%
G = 38.46%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49411F (or 0x49411F) is known color: Madras. HEX triplet: 49, 41 and 1F. RGB value is (73,65,31). Sum of RGB (Red+Green+Blue) = 73+65+31=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49411F is #B6BEE0. Grayscale: #3F3F3F. Windows color (decimal): -11976417 or 2048329. OLE color: 2048329.

HSL color Cylindrical-coordinate representation of color #49411F: hue angle of 48.57º 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 #49411F is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 31 -
CMYK 0 0.11 0.58 0.71
HSL 48.57º 0.4% 0.2% -
HSV(B) 48.57º 0.58% 0.29% -
XYZ 4.89 5.3 2.06 -
YUV 63.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 73 65 31 0 0.11 0.58 0.71 48.57 0.4 0.2
Hex 49 41 1F 0 B 3A 47 31 28 14
Octal 111 101 37 0 13 72 107 61 50 24
Binary 1001001 1000001 11111 0 1011 111010 1000111 110001 101000 10100

Color Harmonies of #49411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49411F

Black with #49411F

Text Example


Text Example

White with #49411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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