Html Css Color HEX #493F15 Madras

📋 copy color: '#493F15'

red 73 ◦ green 63 ◦ blue 21

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

Shades of Madras #493F15

Tints of Madras #493F15

RGB

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

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

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

R = 46.5%
G = 40.13%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493F15 (or 0x493F15) is known color: Madras. HEX triplet: 49, 3F and 15. RGB value is (73,63,21). Sum of RGB (Red+Green+Blue) = 73+63+21=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F15 is #B6C0EA. Grayscale: #3D3D3D. Windows color (decimal): -11976939 or 1392457. OLE color: 1392457.

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

Color convert

RGB 73 63 21 -
CMYK 0 0.14 0.71 0.71
HSL 48.46º 0.55% 0.18% -
HSV(B) 48.46º 0.71% 0.29% -
XYZ 4.66 5.03 1.43 -
YUV 61.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 73 63 21 0 0.14 0.71 0.71 48.46 0.55 0.18
Hex 49 3F 15 0 E 47 47 30 37 12
Octal 111 77 25 0 16 107 107 60 67 22
Binary 1001001 111111 10101 0 1110 1000111 1000111 110000 110111 10010

Color Harmonies of #493F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F15

Black with #493F15

Text Example


Text Example

White with #493F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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