Html Css Color HEX #494322 Madras

📋 copy color: '#494322'

red 73 ◦ green 67 ◦ blue 34

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

Shades of Madras #494322

Tints of Madras #494322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 41.95%
G = 38.51%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#494322 (or 0x494322) is known color: Madras. HEX triplet: 49, 43 and 22. RGB value is (73,67,34). Sum of RGB (Red+Green+Blue) = 73+67+34=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494322 is #B6BCDD. Grayscale: #414141. Windows color (decimal): -11975902 or 2245449. OLE color: 2245449.

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

Color convert

RGB 73 67 34 -
CMYK 0 0.08 0.53 0.71
HSL 50.77º 0.36% 0.21% -
HSV(B) 50.77º 0.53% 0.29% -
XYZ 5.04 5.55 2.32 -
YUV 65.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 73 67 34 0 0.08 0.53 0.71 50.77 0.36 0.21
Hex 49 43 22 0 8 35 47 33 24 15
Octal 111 103 42 0 10 65 107 63 44 25
Binary 1001001 1000011 100010 0 1000 110101 1000111 110011 100100 10101

Color Harmonies of #494322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494322

Black with #494322

Text Example


Text Example

White with #494322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494322; }

 p { color: rgb(73,67,34); }

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

background-color css

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

 a { background-color: rgb(73,67,34); }

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

border-color css

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

 span { border-color: rgb(73,67,34); }

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