Html Css Color HEX #494021 Madras

📋 copy color: '#494021'

red 73 ◦ green 64 ◦ blue 33

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

Shades of Madras #494021

Tints of Madras #494021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

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

R = 42.94%
G = 37.65%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#494021 (or 0x494021) is known color: Madras. HEX triplet: 49, 40 and 21. RGB value is (73,64,33). Sum of RGB (Red+Green+Blue) = 73+64+33=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #494021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494021 is #B6BFDE. Grayscale: #3F3F3F. Windows color (decimal): -11976671 or 2179145. OLE color: 2179145.

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

Color convert

RGB 73 64 33 -
CMYK 0 0.12 0.55 0.71
HSL 46.5º 0.38% 0.21% -
HSV(B) 46.5º 0.55% 0.29% -
XYZ 4.86 5.19 2.19 -
YUV 63.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 73 64 33 0 0.12 0.55 0.71 46.5 0.38 0.21
Hex 49 40 21 0 C 37 47 2E 26 15
Octal 111 100 41 0 14 67 107 56 46 25
Binary 1001001 1000000 100001 0 1100 110111 1000111 101110 100110 10101

Color Harmonies of #494021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494021

Black with #494021

Text Example


Text Example

White with #494021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494021; }

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

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

background-color css

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

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

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

border-color css

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

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

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