Html Css Color HEX #494221 Madras

📋 copy color: '#494221'

red 73 ◦ green 66 ◦ blue 33

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

Shades of Madras #494221

Tints of Madras #494221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 42.44%
G = 38.37%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#494221 (or 0x494221) is known color: Madras. HEX triplet: 49, 42 and 21. RGB value is (73,66,33). Sum of RGB (Red+Green+Blue) = 73+66+33=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #494221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494221 is #B6BDDE. Grayscale: #404040. Windows color (decimal): -11976159 or 2179657. OLE color: 2179657.

HSL color Cylindrical-coordinate representation of color #494221: hue angle of 49.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494221 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 33 -
CMYK 0 0.10 0.55 0.71
HSL 49.5º 0.38% 0.21% -
HSV(B) 49.5º 0.55% 0.29% -
XYZ 4.97 5.42 2.22 -
YUV 64.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 73 66 33 0 0.10 0.55 0.71 49.5 0.38 0.21
Hex 49 42 21 0 A 37 47 32 26 15
Octal 111 102 41 0 12 67 107 62 46 25
Binary 1001001 1000010 100001 0 1010 110111 1000111 110010 100110 10101

Color Harmonies of #494221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494221

Black with #494221

Text Example


Text Example

White with #494221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494221; }

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

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

background-color css

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

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

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

border-color css

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

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

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