Html Css Color HEX #49421A Madras

📋 copy color: '#49421A'

red 73 ◦ green 66 ◦ blue 26

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

Shades of Madras #49421A

Tints of Madras #49421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 44.24%
G = 40%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49421A (or 0x49421A) is known color: Madras. HEX triplet: 49, 42 and 1A. RGB value is (73,66,26). Sum of RGB (Red+Green+Blue) = 73+66+26=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49421A is #B6BDE5. Grayscale: #3F3F3F. Windows color (decimal): -11976166 or 1720905. OLE color: 1720905.

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

Color convert

RGB 73 66 26 -
CMYK 0 0.10 0.64 0.71
HSL 51.06º 0.47% 0.19% -
HSV(B) 51.06º 0.64% 0.29% -
XYZ 4.88 5.39 1.76 -
YUV 63.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 73 66 26 0 0.10 0.64 0.71 51.06 0.47 0.19
Hex 49 42 1A 0 A 40 47 33 2F 13
Octal 111 102 32 0 12 100 107 63 57 23
Binary 1001001 1000010 11010 0 1010 1000000 1000111 110011 101111 10011

Color Harmonies of #49421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49421A

Black with #49421A

Text Example


Text Example

White with #49421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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