Html Css Color HEX #494206 Madras

📋 copy color: '#494206'

red 73 ◦ green 66 ◦ blue 6

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

Shades of Madras #494206

Tints of Madras #494206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.14%

R = 50.34%
G = 45.52%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#494206 (or 0x494206) is known color: Madras. HEX triplet: 49, 42 and 06. RGB value is (73,66,6). Sum of RGB (Red+Green+Blue) = 73+66+6=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494206 is #B6BDF9. Grayscale: #3D3D3D. Windows color (decimal): -11976186 or 410185. OLE color: 410185.

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

Color convert

RGB 73 66 6 -
CMYK 0 0.10 0.92 0.71
HSL 53.73º 0.85% 0.15% -
HSV(B) 53.73º 0.92% 0.29% -
XYZ 4.73 5.33 0.95 -
YUV 61.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 73 66 6 0 0.10 0.92 0.71 53.73 0.85 0.15
Hex 49 42 6 0 A 5C 47 36 55 F
Octal 111 102 6 0 12 134 107 66 125 17
Binary 1001001 1000010 110 0 1010 1011100 1000111 110110 1010101 1111

Color Harmonies of #494206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494206

Black with #494206

Text Example


Text Example

White with #494206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494206; }

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

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

background-color css

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

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

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

border-color css

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

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

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