Html Css Color HEX #494001 Madras

📋 copy color: '#494001'

red 73 ◦ green 64 ◦ blue 1

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

Shades of Madras #494001

Tints of Madras #494001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.38%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 52.9%
G = 46.38%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494001 (or 0x494001) is known color: Madras. HEX triplet: 49, 40 and 01. RGB value is (73,64,1). Sum of RGB (Red+Green+Blue) = 73+64+1=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #494001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494001 is #B6BFFE. Grayscale: #3B3B3B. Windows color (decimal): -11976703 or 81993. OLE color: 81993.

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

Color convert

RGB 73 64 1 -
CMYK 0 0.12 0.99 0.71
HSL 52.5º 0.97% 0.15% -
HSV(B) 52.5º 0.99% 0.29% -
XYZ 4.59 5.09 0.77 -
YUV 59.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 73 64 1 0 0.12 0.99 0.71 52.5 0.97 0.15
Hex 49 40 1 0 C 63 47 34 61 F
Octal 111 100 1 0 14 143 107 64 141 17
Binary 1001001 1000000 1 0 1100 1100011 1000111 110100 1100001 1111

Color Harmonies of #494001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494001

Black with #494001

Text Example


Text Example

White with #494001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494001; }

 p { color: rgb(73,64,1); }

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

background-color css

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

 a { background-color: rgb(73,64,1); }

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

border-color css

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

 span { border-color: rgb(73,64,1); }

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