Html Css Color HEX #494412 Madras

📋 copy color: '#494412'

red 73 ◦ green 68 ◦ blue 18

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

Shades of Madras #494412

Tints of Madras #494412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 45.91%
G = 42.77%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#494412 (or 0x494412) is known color: Madras. HEX triplet: 49, 44 and 12. RGB value is (73,68,18). Sum of RGB (Red+Green+Blue) = 73+68+18=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494412 is #B6BBED. Grayscale: #3F3F3F. Windows color (decimal): -11975662 or 1197129. OLE color: 1197129.

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

Color convert

RGB 73 68 18 -
CMYK 0 0.07 0.75 0.71
HSL 54.55º 0.6% 0.18% -
HSV(B) 54.55º 0.75% 0.29% -
XYZ 4.92 5.59 1.39 -
YUV 63.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 73 68 18 0 0.07 0.75 0.71 54.55 0.6 0.18
Hex 49 44 12 0 7 4B 47 37 3C 12
Octal 111 104 22 0 7 113 107 67 74 22
Binary 1001001 1000100 10010 0 111 1001011 1000111 110111 111100 10010

Color Harmonies of #494412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494412

Black with #494412

Text Example


Text Example

White with #494412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494412; }

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

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

background-color css

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

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

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

border-color css

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

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

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