Html Css Color HEX #493A19 Madras

📋 copy color: '#493A19'

red 73 ◦ green 58 ◦ blue 25

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

Shades of Madras #493A19

Tints of Madras #493A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 46.79%
G = 37.18%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493A19 (or 0x493A19) is known color: Madras. HEX triplet: 49, 3A and 19. RGB value is (73,58,25). Sum of RGB (Red+Green+Blue) = 73+58+25=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A19 is #B6C5E6. Grayscale: #3A3A3A. Windows color (decimal): -11978215 or 1653321. OLE color: 1653321.

HSL color Cylindrical-coordinate representation of color #493A19: hue angle of 41.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493A19 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 25 -
CMYK 0 0.21 0.66 0.71
HSL 41.25º 0.49% 0.19% -
HSV(B) 41.25º 0.66% 0.29% -
XYZ 4.44 4.51 1.56 -
YUV 58.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 73 58 25 0 0.21 0.66 0.71 41.25 0.49 0.19
Hex 49 3A 19 0 15 42 47 29 31 13
Octal 111 72 31 0 25 102 107 51 61 23
Binary 1001001 111010 11001 0 10101 1000010 1000111 101001 110001 10011

Color Harmonies of #493A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A19

Black with #493A19

Text Example


Text Example

White with #493A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A19; }

 p { color: rgb(73,58,25); }

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

background-color css

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

 a { background-color: rgb(73,58,25); }

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

border-color css

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

 span { border-color: rgb(73,58,25); }

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