Html Css Color HEX #494407 Madras

📋 copy color: '#494407'

red 73 ◦ green 68 ◦ blue 7

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

Shades of Madras #494407

Tints of Madras #494407

RGB

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

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

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

R = 49.32%
G = 45.95%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#494407 (or 0x494407) is known color: Madras. HEX triplet: 49, 44 and 07. RGB value is (73,68,7). Sum of RGB (Red+Green+Blue) = 73+68+7=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494407 is #B6BBF8. Grayscale: #3E3E3E. Windows color (decimal): -11975673 or 476233. OLE color: 476233.

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

Color convert

RGB 73 68 7 -
CMYK 0 0.07 0.90 0.71
HSL 55.45º 0.83% 0.16% -
HSV(B) 55.45º 0.9% 0.29% -
XYZ 4.85 5.57 1.02 -
YUV 62.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 73 68 7 0 0.07 0.90 0.71 55.45 0.83 0.16
Hex 49 44 7 0 7 5A 47 37 52 10
Octal 111 104 7 0 7 132 107 67 122 20
Binary 1001001 1000100 111 0 111 1011010 1000111 110111 1010010 10000

Color Harmonies of #494407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494407

Black with #494407

Text Example


Text Example

White with #494407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494407; }

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

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

background-color css

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

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

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

border-color css

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

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

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