Html Css Color HEX #49441A Madras

📋 copy color: '#49441A'

red 73 ◦ green 68 ◦ blue 26

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

Shades of Madras #49441A

Tints of Madras #49441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 43.71%
G = 40.72%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49441A (or 0x49441A) is known color: Madras. HEX triplet: 49, 44 and 1A. RGB value is (73,68,26). Sum of RGB (Red+Green+Blue) = 73+68+26=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441A is #B6BBE5. Grayscale: #404040. Windows color (decimal): -11975654 or 1721417. OLE color: 1721417.

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

Color convert

RGB 73 68 26 -
CMYK 0 0.07 0.64 0.71
HSL 53.62º 0.47% 0.19% -
HSV(B) 53.62º 0.64% 0.29% -
XYZ 5 5.63 1.8 -
YUV 64.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 73 68 26 0 0.07 0.64 0.71 53.62 0.47 0.19
Hex 49 44 1A 0 7 40 47 36 2F 13
Octal 111 104 32 0 7 100 107 66 57 23
Binary 1001001 1000100 11010 0 111 1000000 1000111 110110 101111 10011

Color Harmonies of #49441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49441A

Black with #49441A

Text Example


Text Example

White with #49441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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