Html Css Color HEX #493D14 Madras

📋 copy color: '#493D14'

red 73 ◦ green 61 ◦ blue 20

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

Shades of Madras #493D14

Tints of Madras #493D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 47.4%
G = 39.61%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493D14 (or 0x493D14) is known color: Madras. HEX triplet: 49, 3D and 14. RGB value is (73,61,20). Sum of RGB (Red+Green+Blue) = 73+61+20=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D14 is #B6C2EB. Grayscale: #3C3C3C. Windows color (decimal): -11977452 or 1326409. OLE color: 1326409.

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

Color convert

RGB 73 61 20 -
CMYK 0 0.16 0.73 0.71
HSL 46.42º 0.57% 0.18% -
HSV(B) 46.42º 0.73% 0.29% -
XYZ 4.54 4.8 1.35 -
YUV 59.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 73 61 20 0 0.16 0.73 0.71 46.42 0.57 0.18
Hex 49 3D 14 0 10 49 47 2E 39 12
Octal 111 75 24 0 20 111 107 56 71 22
Binary 1001001 111101 10100 0 10000 1001001 1000111 101110 111001 10010

Color Harmonies of #493D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D14

Black with #493D14

Text Example


Text Example

White with #493D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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