Html Css Color HEX #493D15 Madras

📋 copy color: '#493D15'

red 73 ◦ green 61 ◦ blue 21

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

Shades of Madras #493D15

Tints of Madras #493D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

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

R = 47.1%
G = 39.35%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493D15 (or 0x493D15) is known color: Madras. HEX triplet: 49, 3D and 15. RGB value is (73,61,21). Sum of RGB (Red+Green+Blue) = 73+61+21=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D15 is #B6C2EA. Grayscale: #3C3C3C. Windows color (decimal): -11977451 or 1391945. OLE color: 1391945.

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

Color convert

RGB 73 61 21 -
CMYK 0 0.16 0.71 0.71
HSL 46.15º 0.55% 0.18% -
HSV(B) 46.15º 0.71% 0.29% -
XYZ 4.55 4.81 1.4 -
YUV 60.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 73 61 21 0 0.16 0.71 0.71 46.15 0.55 0.18
Hex 49 3D 15 0 10 47 47 2E 37 12
Octal 111 75 25 0 20 107 107 56 67 22
Binary 1001001 111101 10101 0 10000 1000111 1000111 101110 110111 10010

Color Harmonies of #493D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D15

Black with #493D15

Text Example


Text Example

White with #493D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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