Html Css Color HEX #494306 Madras

📋 copy color: '#494306'

red 73 ◦ green 67 ◦ blue 6

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

Shades of Madras #494306

Tints of Madras #494306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

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

R = 50%
G = 45.89%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#494306 (or 0x494306) is known color: Madras. HEX triplet: 49, 43 and 06. RGB value is (73,67,6). Sum of RGB (Red+Green+Blue) = 73+67+6=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494306 is #B6BCF9. Grayscale: #3E3E3E. Windows color (decimal): -11975930 or 410441. OLE color: 410441.

HSL color Cylindrical-coordinate representation of color #494306: hue angle of 54.63º 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 #494306 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 6 -
CMYK 0 0.08 0.92 0.71
HSL 54.63º 0.85% 0.15% -
HSV(B) 54.63º 0.92% 0.29% -
XYZ 4.79 5.44 0.97 -
YUV 61.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 73 67 6 0 0.08 0.92 0.71 54.63 0.85 0.15
Hex 49 43 6 0 8 5C 47 37 55 F
Octal 111 103 6 0 10 134 107 67 125 17
Binary 1001001 1000011 110 0 1000 1011100 1000111 110111 1010101 1111

Color Harmonies of #494306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494306

Black with #494306

Text Example


Text Example

White with #494306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494306; }

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

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

background-color css

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

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

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

border-color css

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

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

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