Html Css Color HEX #494117 Madras

📋 copy color: '#494117'

red 73 ◦ green 65 ◦ blue 23

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

Shades of Madras #494117

Tints of Madras #494117

RGB

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

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

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

R = 45.34%
G = 40.37%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#494117 (or 0x494117) is known color: Madras. HEX triplet: 49, 41 and 17. RGB value is (73,65,23). Sum of RGB (Red+Green+Blue) = 73+65+23=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494117 is #B6BEE8. Grayscale: #3E3E3E. Windows color (decimal): -11976425 or 1524041. OLE color: 1524041.

HSL color Cylindrical-coordinate representation of color #494117: hue angle of 50.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 #494117 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 23 -
CMYK 0 0.11 0.68 0.71
HSL 50.4º 0.52% 0.19% -
HSV(B) 50.4º 0.68% 0.29% -
XYZ 4.79 5.26 1.57 -
YUV 62.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 73 65 23 0 0.11 0.68 0.71 50.4 0.52 0.19
Hex 49 41 17 0 B 44 47 32 34 13
Octal 111 101 27 0 13 104 107 62 64 23
Binary 1001001 1000001 10111 0 1011 1000100 1000111 110010 110100 10011

Color Harmonies of #494117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494117

Black with #494117

Text Example


Text Example

White with #494117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494117; }

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

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

background-color css

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

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

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

border-color css

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

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

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