Html Css Color HEX #494104 Madras

📋 copy color: '#494104'

red 73 ◦ green 65 ◦ blue 4

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

Shades of Madras #494104

Tints of Madras #494104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 51.41%
G = 45.77%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#494104 (or 0x494104) is known color: Madras. HEX triplet: 49, 41 and 04. RGB value is (73,65,4). Sum of RGB (Red+Green+Blue) = 73+65+4=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494104 is #B6BEFB. Grayscale: #3C3C3C. Windows color (decimal): -11976444 or 278857. OLE color: 278857.

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

Color convert

RGB 73 65 4 -
CMYK 0 0.11 0.95 0.71
HSL 53.04º 0.9% 0.15% -
HSV(B) 53.04º 0.95% 0.29% -
XYZ 4.66 5.21 0.87 -
YUV 60.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 73 65 4 0 0.11 0.95 0.71 53.04 0.9 0.15
Hex 49 41 4 0 B 5F 47 35 5A F
Octal 111 101 4 0 13 137 107 65 132 17
Binary 1001001 1000001 100 0 1011 1011111 1000111 110101 1011010 1111

Color Harmonies of #494104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494104

Black with #494104

Text Example


Text Example

White with #494104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494104; }

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

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

background-color css

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

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

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

border-color css

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

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

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