Html Css Color HEX #494101 Madras

📋 copy color: '#494101'

red 73 ◦ green 65 ◦ blue 1

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

Shades of Madras #494101

Tints of Madras #494101

RGB

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

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

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

R = 52.52%
G = 46.76%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494101 (or 0x494101) is known color: Madras. HEX triplet: 49, 41 and 01. RGB value is (73,65,1). Sum of RGB (Red+Green+Blue) = 73+65+1=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #494101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494101 is #B6BEFE. Grayscale: #3C3C3C. Windows color (decimal): -11976447 or 82249. OLE color: 82249.

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

Color convert

RGB 73 65 1 -
CMYK 0 0.11 0.99 0.71
HSL 53.33º 0.97% 0.15% -
HSV(B) 53.33º 0.99% 0.29% -
XYZ 4.64 5.2 0.79 -
YUV 60.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 73 65 1 0 0.11 0.99 0.71 53.33 0.97 0.15
Hex 49 41 1 0 B 63 47 35 61 F
Octal 111 101 1 0 13 143 107 65 141 17
Binary 1001001 1000001 1 0 1011 1100011 1000111 110101 1100001 1111

Color Harmonies of #494101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494101

Black with #494101

Text Example


Text Example

White with #494101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494101; }

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

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

background-color css

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

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

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

border-color css

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

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

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