Html Css Color HEX #494205 Madras

📋 copy color: '#494205'

red 73 ◦ green 66 ◦ blue 5

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

Shades of Madras #494205

Tints of Madras #494205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

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

R = 50.69%
G = 45.83%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#494205 (or 0x494205) is known color: Madras. HEX triplet: 49, 42 and 05. RGB value is (73,66,5). Sum of RGB (Red+Green+Blue) = 73+66+5=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494205 is #B6BDFA. Grayscale: #3D3D3D. Windows color (decimal): -11976187 or 344649. OLE color: 344649.

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

Color convert

RGB 73 66 5 -
CMYK 0 0.10 0.93 0.71
HSL 53.82º 0.87% 0.15% -
HSV(B) 53.82º 0.93% 0.29% -
XYZ 4.72 5.32 0.92 -
YUV 61.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 73 66 5 0 0.10 0.93 0.71 53.82 0.87 0.15
Hex 49 42 5 0 A 5D 47 36 57 F
Octal 111 102 5 0 12 135 107 66 127 17
Binary 1001001 1000010 101 0 1010 1011101 1000111 110110 1010111 1111

Color Harmonies of #494205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494205

Black with #494205

Text Example


Text Example

White with #494205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494205; }

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

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

background-color css

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

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

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

border-color css

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

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

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