Html Css Color HEX #494321 Madras

📋 copy color: '#494321'

red 73 ◦ green 67 ◦ blue 33

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

Shades of Madras #494321

Tints of Madras #494321

RGB

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

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

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

R = 42.2%
G = 38.73%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#494321 (or 0x494321) is known color: Madras. HEX triplet: 49, 43 and 21. RGB value is (73,67,33). Sum of RGB (Red+Green+Blue) = 73+67+33=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #494321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494321 is #B6BCDE. Grayscale: #414141. Windows color (decimal): -11975903 or 2179913. OLE color: 2179913.

HSL color Cylindrical-coordinate representation of color #494321: hue angle of 51º 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 #494321 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 33 -
CMYK 0 0.08 0.55 0.71
HSL 51º 0.38% 0.21% -
HSV(B) 51º 0.55% 0.29% -
XYZ 5.03 5.54 2.24 -
YUV 64.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 73 67 33 0 0.08 0.55 0.71 51 0.38 0.21
Hex 49 43 21 0 8 37 47 33 26 15
Octal 111 103 41 0 10 67 107 63 46 25
Binary 1001001 1000011 100001 0 1000 110111 1000111 110011 100110 10101

Color Harmonies of #494321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494321

Black with #494321

Text Example


Text Example

White with #494321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494321; }

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

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

background-color css

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

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

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

border-color css

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

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

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