Html Css Color HEX #494214 Madras

📋 copy color: '#494214'

red 73 ◦ green 66 ◦ blue 20

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

Shades of Madras #494214

Tints of Madras #494214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 45.91%
G = 41.51%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#494214 (or 0x494214) is known color: Madras. HEX triplet: 49, 42 and 14. RGB value is (73,66,20). Sum of RGB (Red+Green+Blue) = 73+66+20=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494214 is #B6BDEB. Grayscale: #3F3F3F. Windows color (decimal): -11976172 or 1327689. OLE color: 1327689.

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

Color convert

RGB 73 66 20 -
CMYK 0 0.10 0.73 0.71
HSL 52.08º 0.57% 0.18% -
HSV(B) 52.08º 0.73% 0.29% -
XYZ 4.82 5.36 1.44 -
YUV 62.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 73 66 20 0 0.10 0.73 0.71 52.08 0.57 0.18
Hex 49 42 14 0 A 49 47 34 39 12
Octal 111 102 24 0 12 111 107 64 71 22
Binary 1001001 1000010 10100 0 1010 1001001 1000111 110100 111001 10010

Color Harmonies of #494214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494214

Black with #494214

Text Example


Text Example

White with #494214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494214; }

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

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

background-color css

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

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

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

border-color css

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

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

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