Html Css Color HEX #49401A Madras

📋 copy color: '#49401A'

red 73 ◦ green 64 ◦ blue 26

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

Shades of Madras #49401A

Tints of Madras #49401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.26%

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

R = 44.79%
G = 39.26%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49401A (or 0x49401A) is known color: Madras. HEX triplet: 49, 40 and 1A. RGB value is (73,64,26). Sum of RGB (Red+Green+Blue) = 73+64+26=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #49401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49401A is #B6BFE5. Grayscale: #3E3E3E. Windows color (decimal): -11976678 or 1720393. OLE color: 1720393.

HSL color Cylindrical-coordinate representation of color #49401A: hue angle of 48.51º 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 #49401A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 26 -
CMYK 0 0.12 0.64 0.71
HSL 48.51º 0.47% 0.19% -
HSV(B) 48.51º 0.64% 0.29% -
XYZ 4.77 5.16 1.72 -
YUV 62.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 73 64 26 0 0.12 0.64 0.71 48.51 0.47 0.19
Hex 49 40 1A 0 C 40 47 31 2F 13
Octal 111 100 32 0 14 100 107 61 57 23
Binary 1001001 1000000 11010 0 1100 1000000 1000111 110001 101111 10011

Color Harmonies of #49401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49401A

Black with #49401A

Text Example


Text Example

White with #49401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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