Html Css Color HEX #493F13 Madras

📋 copy color: '#493F13'

red 73 ◦ green 63 ◦ blue 19

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

Shades of Madras #493F13

Tints of Madras #493F13

RGB

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

 GREEN value IS 63 (25% from 255) = 40.65%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 47.1%
G = 40.65%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#493F13 (or 0x493F13) is known color: Madras. HEX triplet: 49, 3F and 13. RGB value is (73,63,19). Sum of RGB (Red+Green+Blue) = 73+63+19=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F13 is #B6C0EC. Grayscale: #3D3D3D. Windows color (decimal): -11976941 or 1261385. OLE color: 1261385.

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

Color convert

RGB 73 63 19 -
CMYK 0 0.14 0.74 0.71
HSL 48.89º 0.59% 0.18% -
HSV(B) 48.89º 0.74% 0.29% -
XYZ 4.64 5.02 1.34 -
YUV 60.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 73 63 19 0 0.14 0.74 0.71 48.89 0.59 0.18
Hex 49 3F 13 0 E 4A 47 31 3B 12
Octal 111 77 23 0 16 112 107 61 73 22
Binary 1001001 111111 10011 0 1110 1001010 1000111 110001 111011 10010

Color Harmonies of #493F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F13

Black with #493F13

Text Example


Text Example

White with #493F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,19); }

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

background-color css

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

 a { background-color: rgb(73,63,19); }

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

border-color css

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

 span { border-color: rgb(73,63,19); }

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