Html Css Color HEX #49441B Madras

📋 copy color: '#49441B'

red 73 ◦ green 68 ◦ blue 27

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

Shades of Madras #49441B

Tints of Madras #49441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 43.45%
G = 40.48%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49441B (or 0x49441B) is known color: Madras. HEX triplet: 49, 44 and 1B. RGB value is (73,68,27). Sum of RGB (Red+Green+Blue) = 73+68+27=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49441B is #B6BBE4. Grayscale: #404040. Windows color (decimal): -11975653 or 1786953. OLE color: 1786953.

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

Color convert

RGB 73 68 27 -
CMYK 0 0.07 0.63 0.71
HSL 53.48º 0.46% 0.2% -
HSV(B) 53.48º 0.63% 0.29% -
XYZ 5.01 5.63 1.86 -
YUV 64.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 73 68 27 0 0.07 0.63 0.71 53.48 0.46 0.2
Hex 49 44 1B 0 7 3F 47 35 2E 14
Octal 111 104 33 0 7 77 107 65 56 24
Binary 1001001 1000100 11011 0 111 111111 1000111 110101 101110 10100

Color Harmonies of #49441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49441B

Black with #49441B

Text Example


Text Example

White with #49441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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