Html Css Color HEX #494105 Madras

📋 copy color: '#494105'

red 73 ◦ green 65 ◦ blue 5

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

Shades of Madras #494105

Tints of Madras #494105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 51.05%
G = 45.45%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#494105 (or 0x494105) is known color: Madras. HEX triplet: 49, 41 and 05. RGB value is (73,65,5). Sum of RGB (Red+Green+Blue) = 73+65+5=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494105 is #B6BEFA. Grayscale: #3C3C3C. Windows color (decimal): -11976443 or 344393. OLE color: 344393.

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

Color convert

RGB 73 65 5 -
CMYK 0 0.11 0.93 0.71
HSL 52.94º 0.87% 0.15% -
HSV(B) 52.94º 0.93% 0.29% -
XYZ 4.67 5.21 0.9 -
YUV 60.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 73 65 5 0 0.11 0.93 0.71 52.94 0.87 0.15
Hex 49 41 5 0 B 5D 47 35 57 F
Octal 111 101 5 0 13 135 107 65 127 17
Binary 1001001 1000001 101 0 1011 1011101 1000111 110101 1010111 1111

Color Harmonies of #494105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494105

Black with #494105

Text Example


Text Example

White with #494105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494105; }

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

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

background-color css

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

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

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

border-color css

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

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

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