Html Css Color HEX #494020 Madras

📋 copy color: '#494020'

red 73 ◦ green 64 ◦ blue 32

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

Shades of Madras #494020

Tints of Madras #494020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 43.2%
G = 37.87%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#494020 (or 0x494020) is known color: Madras. HEX triplet: 49, 40 and 20. RGB value is (73,64,32). Sum of RGB (Red+Green+Blue) = 73+64+32=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #494020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494020 is #B6BFDF. Grayscale: #3F3F3F. Windows color (decimal): -11976672 or 2113609. OLE color: 2113609.

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

Color convert

RGB 73 64 32 -
CMYK 0 0.12 0.56 0.71
HSL 46.83º 0.39% 0.21% -
HSV(B) 46.83º 0.56% 0.29% -
XYZ 4.84 5.19 2.11 -
YUV 63.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 73 64 32 0 0.12 0.56 0.71 46.83 0.39 0.21
Hex 49 40 20 0 C 38 47 2F 27 15
Octal 111 100 40 0 14 70 107 57 47 25
Binary 1001001 1000000 100000 0 1100 111000 1000111 101111 100111 10101

Color Harmonies of #494020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494020

Black with #494020

Text Example


Text Example

White with #494020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494020; }

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

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

background-color css

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

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

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

border-color css

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

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

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