Html Css Color HEX #49461D Madras

📋 copy color: '#49461D'

red 73 ◦ green 70 ◦ blue 29

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

Shades of Madras #49461D

Tints of Madras #49461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 42.44%
G = 40.7%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49461D (or 0x49461D) is known color: Madras. HEX triplet: 49, 46 and 1D. RGB value is (73,70,29). Sum of RGB (Red+Green+Blue) = 73+70+29=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49461D is #B6B9E2. Grayscale: #424242. Windows color (decimal): -11975139 or 1918537. OLE color: 1918537.

HSL color Cylindrical-coordinate representation of color #49461D: hue angle of 55.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49461D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 29 -
CMYK 0 0.04 0.60 0.71
HSL 55.91º 0.43% 0.2% -
HSV(B) 55.91º 0.6% 0.29% -
XYZ 5.16 5.89 2.03 -
YUV 66.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 73 70 29 0 0.04 0.60 0.71 55.91 0.43 0.2
Hex 49 46 1D 0 4 3C 47 38 2B 14
Octal 111 106 35 0 4 74 107 70 53 24
Binary 1001001 1000110 11101 0 100 111100 1000111 111000 101011 10100

Color Harmonies of #49461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49461D

Black with #49461D

Text Example


Text Example

White with #49461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49461D; }

 p { color: rgb(73,70,29); }

 H1.HeaderClassName
 {
   color: #49461D;
 }
 .AnyTagClassName
 {
   color: #49461D;
 }
</style>

background-color css

<style>
 a { background-color: #49461D; }

 a { background-color: rgb(73,70,29); }

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

border-color css

<style>
 span { border-color: #49461D; }

 span { border-color: rgb(73,70,29); }

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