Html Css Color HEX #49441C Madras

📋 copy color: '#49441C'

red 73 ◦ green 68 ◦ blue 28

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

Shades of Madras #49441C

Tints of Madras #49441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 43.2%
G = 40.24%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#49441C (or 0x49441C) is known color: Madras. HEX triplet: 49, 44 and 1C. RGB value is (73,68,28). Sum of RGB (Red+Green+Blue) = 73+68+28=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441C is #B6BBE3. Grayscale: #414141. Windows color (decimal): -11975652 or 1852489. OLE color: 1852489.

HSL color Cylindrical-coordinate representation of color #49441C: hue angle of 53.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49441C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 28 -
CMYK 0 0.07 0.62 0.71
HSL 53.33º 0.45% 0.2% -
HSV(B) 53.33º 0.62% 0.29% -
XYZ 5.02 5.63 1.92 -
YUV 64.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 73 68 28 0 0.07 0.62 0.71 53.33 0.45 0.2
Hex 49 44 1C 0 7 3E 47 35 2D 14
Octal 111 104 34 0 7 76 107 65 55 24
Binary 1001001 1000100 11100 0 111 111110 1000111 110101 101101 10100

Color Harmonies of #49441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49441C

Black with #49441C

Text Example


Text Example

White with #49441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49441C; }

 p { color: rgb(73,68,28); }

 H1.HeaderClassName
 {
   color: #49441C;
 }
 .AnyTagClassName
 {
   color: #49441C;
 }
</style>

background-color css

<style>
 a { background-color: #49441C; }

 a { background-color: rgb(73,68,28); }

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

border-color css

<style>
 span { border-color: #49441C; }

 span { border-color: rgb(73,68,28); }

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