Html Css Color HEX #494411 Madras

📋 copy color: '#494411'

red 73 ◦ green 68 ◦ blue 17

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

Shades of Madras #494411

Tints of Madras #494411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 46.2%
G = 43.04%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#494411 (or 0x494411) is known color: Madras. HEX triplet: 49, 44 and 11. RGB value is (73,68,17). Sum of RGB (Red+Green+Blue) = 73+68+17=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #494411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494411 is #B6BBEE. Grayscale: #3F3F3F. Windows color (decimal): -11975663 or 1131593. OLE color: 1131593.

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

Color convert

RGB 73 68 17 -
CMYK 0 0.07 0.77 0.71
HSL 54.64º 0.62% 0.18% -
HSV(B) 54.64º 0.77% 0.29% -
XYZ 4.92 5.59 1.35 -
YUV 63.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 73 68 17 0 0.07 0.77 0.71 54.64 0.62 0.18
Hex 49 44 11 0 7 4D 47 37 3E 12
Octal 111 104 21 0 7 115 107 67 76 22
Binary 1001001 1000100 10001 0 111 1001101 1000111 110111 111110 10010

Color Harmonies of #494411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494411

Black with #494411

Text Example


Text Example

White with #494411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494411; }

 p { color: rgb(73,68,17); }

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

background-color css

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

 a { background-color: rgb(73,68,17); }

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

border-color css

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

 span { border-color: rgb(73,68,17); }

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