Html Css Color HEX #494511 Madras

📋 copy color: '#494511'

red 73 ◦ green 69 ◦ blue 17

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

Shades of Madras #494511

Tints of Madras #494511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

 BLUE value IS 17 (7.03% from 255) = 10.69%

R = 45.91%
G = 43.4%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#494511 (or 0x494511) is known color: Madras. HEX triplet: 49, 45 and 11. RGB value is (73,69,17). Sum of RGB (Red+Green+Blue) = 73+69+17=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494511 is #B6BAEE. Grayscale: #404040. Windows color (decimal): -11975407 or 1131849. OLE color: 1131849.

HSL color Cylindrical-coordinate representation of color #494511: hue angle of 55.71º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #494511 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 17 -
CMYK 0 0.05 0.77 0.71
HSL 55.71º 0.62% 0.18% -
HSV(B) 55.71º 0.77% 0.29% -
XYZ 4.98 5.71 1.37 -
YUV 64.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 73 69 17 0 0.05 0.77 0.71 55.71 0.62 0.18
Hex 49 45 11 0 5 4D 47 38 3E 12
Octal 111 105 21 0 5 115 107 70 76 22
Binary 1001001 1000101 10001 0 101 1001101 1000111 111000 111110 10010

Color Harmonies of #494511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494511

Black with #494511

Text Example


Text Example

White with #494511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494511; }

 p { color: rgb(73,69,17); }

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

background-color css

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

 a { background-color: rgb(73,69,17); }

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

border-color css

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

 span { border-color: rgb(73,69,17); }

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