Html Css Color HEX #494617 Madras

📋 copy color: '#494617'

red 73 ◦ green 70 ◦ blue 23

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

Shades of Madras #494617

Tints of Madras #494617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.17%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 43.98%
G = 42.17%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#494617 (or 0x494617) is known color: Madras. HEX triplet: 49, 46 and 17. RGB value is (73,70,23). Sum of RGB (Red+Green+Blue) = 73+70+23=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #494617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494617 is #B6B9E8. Grayscale: #414141. Windows color (decimal): -11975145 or 1525321. OLE color: 1525321.

HSL color Cylindrical-coordinate representation of color #494617: hue angle of 56.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494617 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 23 -
CMYK 0 0.04 0.68 0.71
HSL 56.4º 0.52% 0.19% -
HSV(B) 56.4º 0.68% 0.29% -
XYZ 5.09 5.86 1.67 -
YUV 65.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 73 70 23 0 0.04 0.68 0.71 56.4 0.52 0.19
Hex 49 46 17 0 4 44 47 38 34 13
Octal 111 106 27 0 4 104 107 70 64 23
Binary 1001001 1000110 10111 0 100 1000100 1000111 111000 110100 10011

Color Harmonies of #494617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494617

Black with #494617

Text Example


Text Example

White with #494617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494617; }

 p { color: rgb(73,70,23); }

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

background-color css

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

 a { background-color: rgb(73,70,23); }

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

border-color css

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

 span { border-color: rgb(73,70,23); }

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