Html Css Color HEX #494217 Madras

📋 copy color: '#494217'

red 73 ◦ green 66 ◦ blue 23

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

Shades of Madras #494217

Tints of Madras #494217

RGB

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

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

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

R = 45.06%
G = 40.74%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#494217 (or 0x494217) is known color: Madras. HEX triplet: 49, 42 and 17. RGB value is (73,66,23). Sum of RGB (Red+Green+Blue) = 73+66+23=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494217 is #B6BDE8. Grayscale: #3F3F3F. Windows color (decimal): -11976169 or 1524297. OLE color: 1524297.

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

Color convert

RGB 73 66 23 -
CMYK 0 0.10 0.68 0.71
HSL 51.6º 0.52% 0.19% -
HSV(B) 51.6º 0.68% 0.29% -
XYZ 4.85 5.37 1.59 -
YUV 63.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 73 66 23 0 0.10 0.68 0.71 51.6 0.52 0.19
Hex 49 42 17 0 A 44 47 34 34 13
Octal 111 102 27 0 12 104 107 64 64 23
Binary 1001001 1000010 10111 0 1010 1000100 1000111 110100 110100 10011

Color Harmonies of #494217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494217

Black with #494217

Text Example


Text Example

White with #494217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494217; }

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

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

background-color css

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

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

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

border-color css

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

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

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