Html Css Color HEX #494224 Madras

📋 copy color: '#494224'

red 73 ◦ green 66 ◦ blue 36

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

Shades of Madras #494224

Tints of Madras #494224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 41.71%
G = 37.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#494224 (or 0x494224) is known color: Madras. HEX triplet: 49, 42 and 24. RGB value is (73,66,36). Sum of RGB (Red+Green+Blue) = 73+66+36=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #494224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494224 is #B6BDDB. Grayscale: #404040. Windows color (decimal): -11976156 or 2376265. OLE color: 2376265.

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

Color convert

RGB 73 66 36 -
CMYK 0 0.10 0.51 0.71
HSL 48.65º 0.34% 0.21% -
HSV(B) 48.65º 0.51% 0.29% -
XYZ 5.01 5.44 2.45 -
YUV 64.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 73 66 36 0 0.10 0.51 0.71 48.65 0.34 0.21
Hex 49 42 24 0 A 33 47 31 22 15
Octal 111 102 44 0 12 63 107 61 42 25
Binary 1001001 1000010 100100 0 1010 110011 1000111 110001 100010 10101

Color Harmonies of #494224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494224

Black with #494224

Text Example


Text Example

White with #494224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494224; }

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

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

background-color css

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

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

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

border-color css

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

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

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