Html Css Color HEX #493F16 Madras

📋 copy color: '#493F16'

red 73 ◦ green 63 ◦ blue 22

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

Shades of Madras #493F16

Tints of Madras #493F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 46.2%
G = 39.87%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#493F16 (or 0x493F16) is known color: Madras. HEX triplet: 49, 3F and 16. RGB value is (73,63,22). Sum of RGB (Red+Green+Blue) = 73+63+22=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F16 is #B6C0E9. Grayscale: #3D3D3D. Windows color (decimal): -11976938 or 1457993. OLE color: 1457993.

HSL color Cylindrical-coordinate representation of color #493F16: hue angle of 48.24º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493F16 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 22 -
CMYK 0 0.14 0.70 0.71
HSL 48.24º 0.54% 0.19% -
HSV(B) 48.24º 0.7% 0.29% -
XYZ 4.67 5.03 1.48 -
YUV 61.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 73 63 22 0 0.14 0.70 0.71 48.24 0.54 0.19
Hex 49 3F 16 0 E 46 47 30 36 13
Octal 111 77 26 0 16 106 107 60 66 23
Binary 1001001 111111 10110 0 1110 1000110 1000111 110000 110110 10011

Color Harmonies of #493F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F16

Black with #493F16

Text Example


Text Example

White with #493F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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