Html Css Color HEX #494107 Madras

📋 copy color: '#494107'

red 73 ◦ green 65 ◦ blue 7

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

Shades of Madras #494107

Tints of Madras #494107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 7 (3.13% from 255) = 4.83%

R = 50.34%
G = 44.83%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#494107 (or 0x494107) is known color: Madras. HEX triplet: 49, 41 and 07. RGB value is (73,65,7). Sum of RGB (Red+Green+Blue) = 73+65+7=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494107 is #B6BEF8. Grayscale: #3D3D3D. Windows color (decimal): -11976441 or 475465. OLE color: 475465.

HSL color Cylindrical-coordinate representation of color #494107: hue angle of 52.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494107 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 7 -
CMYK 0 0.11 0.90 0.71
HSL 52.73º 0.83% 0.16% -
HSV(B) 52.73º 0.9% 0.29% -
XYZ 4.68 5.21 0.96 -
YUV 60.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 73 65 7 0 0.11 0.90 0.71 52.73 0.83 0.16
Hex 49 41 7 0 B 5A 47 35 52 10
Octal 111 101 7 0 13 132 107 65 122 20
Binary 1001001 1000001 111 0 1011 1011010 1000111 110101 1010010 10000

Color Harmonies of #494107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494107

Black with #494107

Text Example


Text Example

White with #494107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494107; }

 p { color: rgb(73,65,7); }

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

background-color css

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

 a { background-color: rgb(73,65,7); }

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

border-color css

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

 span { border-color: rgb(73,65,7); }

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