Html Css Color HEX #494415 Madras

📋 copy color: '#494415'

red 73 ◦ green 68 ◦ blue 21

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

Shades of Madras #494415

Tints of Madras #494415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 45.06%
G = 41.98%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#494415 (or 0x494415) is known color: Madras. HEX triplet: 49, 44 and 15. RGB value is (73,68,21). Sum of RGB (Red+Green+Blue) = 73+68+21=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494415 is #B6BBEA. Grayscale: #404040. Windows color (decimal): -11975659 or 1393737. OLE color: 1393737.

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

Color convert

RGB 73 68 21 -
CMYK 0 0.07 0.71 0.71
HSL 54.23º 0.55% 0.18% -
HSV(B) 54.23º 0.71% 0.29% -
XYZ 4.95 5.6 1.53 -
YUV 64.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 73 68 21 0 0.07 0.71 0.71 54.23 0.55 0.18
Hex 49 44 15 0 7 47 47 36 37 12
Octal 111 104 25 0 7 107 107 66 67 22
Binary 1001001 1000100 10101 0 111 1000111 1000111 110110 110111 10010

Color Harmonies of #494415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494415

Black with #494415

Text Example


Text Example

White with #494415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494415; }

 p { color: rgb(73,68,21); }

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

background-color css

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

 a { background-color: rgb(73,68,21); }

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

border-color css

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

 span { border-color: rgb(73,68,21); }

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