Html Css Color HEX #494100 Madras

📋 copy color: '#494100'

red 73 ◦ green 65 ◦ blue 0

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

Shades of Madras #494100

Tints of Madras #494100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.9%
G = 47.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#494100 (or 0x494100) is known color: Madras. HEX triplet: 49, 41 and 00. RGB value is (73,65,0). Sum of RGB (Red+Green+Blue) = 73+65+0=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #494100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494100 is #B6BEFF. Grayscale: #3C3C3C. Windows color (decimal): -11976448 or 16713. OLE color: 16713.

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

Color convert

RGB 73 65 0 -
CMYK 0 0.11 1 0.71
HSL 53.42º 1% 0.14% -
HSV(B) 53.42º 1% 0.29% -
XYZ 4.64 5.2 0.76 -
YUV 59.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 73 65 0 0 0.11 1 0.71 53.42 1 0.14
Hex 49 41 0 0 B 64 47 35 64 E
Octal 111 101 0 0 13 144 107 65 144 16
Binary 1001001 1000001 0 0 1011 1100100 1000111 110101 1100100 1110

Color Harmonies of #494100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494100

Black with #494100

Text Example


Text Example

White with #494100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494100; }

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

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

background-color css

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

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

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

border-color css

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

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

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