Html Css Color HEX #49421D Madras

📋 copy color: '#49421D'

red 73 ◦ green 66 ◦ blue 29

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

Shades of Madras #49421D

Tints of Madras #49421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.29%

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

R = 43.45%
G = 39.29%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49421D (or 0x49421D) is known color: Madras. HEX triplet: 49, 42 and 1D. RGB value is (73,66,29). Sum of RGB (Red+Green+Blue) = 73+66+29=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49421D is #B6BDE2. Grayscale: #404040. Windows color (decimal): -11976163 or 1917513. OLE color: 1917513.

HSL color Cylindrical-coordinate representation of color #49421D: hue angle of 50.45º 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 #49421D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 29 -
CMYK 0 0.10 0.60 0.71
HSL 50.45º 0.43% 0.2% -
HSV(B) 50.45º 0.6% 0.29% -
XYZ 4.92 5.4 1.95 -
YUV 63.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 73 66 29 0 0.10 0.60 0.71 50.45 0.43 0.2
Hex 49 42 1D 0 A 3C 47 32 2B 14
Octal 111 102 35 0 12 74 107 62 53 24
Binary 1001001 1000010 11101 0 1010 111100 1000111 110010 101011 10100

Color Harmonies of #49421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49421D

Black with #49421D

Text Example


Text Example

White with #49421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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