Html Css Color HEX #49431D Madras

📋 copy color: '#49431D'

red 73 ◦ green 67 ◦ blue 29

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

Shades of Madras #49431D

Tints of Madras #49431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

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

R = 43.2%
G = 39.64%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49431D (or 0x49431D) is known color: Madras. HEX triplet: 49, 43 and 1D. RGB value is (73,67,29). Sum of RGB (Red+Green+Blue) = 73+67+29=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49431D is #B6BCE2. Grayscale: #404040. Windows color (decimal): -11975907 or 1917769. OLE color: 1917769.

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

Color convert

RGB 73 67 29 -
CMYK 0 0.08 0.60 0.71
HSL 51.82º 0.43% 0.2% -
HSV(B) 51.82º 0.6% 0.29% -
XYZ 4.98 5.52 1.97 -
YUV 64.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 73 67 29 0 0.08 0.60 0.71 51.82 0.43 0.2
Hex 49 43 1D 0 8 3C 47 34 2B 14
Octal 111 103 35 0 10 74 107 64 53 24
Binary 1001001 1000011 11101 0 1000 111100 1000111 110100 101011 10100

Color Harmonies of #49431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49431D

Black with #49431D

Text Example


Text Example

White with #49431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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