Html Css Color HEX #493E14 Madras

📋 copy color: '#493E14'

red 73 ◦ green 62 ◦ blue 20

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

Shades of Madras #493E14

Tints of Madras #493E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

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

R = 47.1%
G = 40%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493E14 (or 0x493E14) is known color: Madras. HEX triplet: 49, 3E and 14. RGB value is (73,62,20). Sum of RGB (Red+Green+Blue) = 73+62+20=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E14 is #B6C1EB. Grayscale: #3C3C3C. Windows color (decimal): -11977196 or 1326665. OLE color: 1326665.

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

Color convert

RGB 73 62 20 -
CMYK 0 0.15 0.73 0.71
HSL 47.55º 0.57% 0.18% -
HSV(B) 47.55º 0.73% 0.29% -
XYZ 4.6 4.91 1.37 -
YUV 60.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 73 62 20 0 0.15 0.73 0.71 47.55 0.57 0.18
Hex 49 3E 14 0 F 49 47 30 39 12
Octal 111 76 24 0 17 111 107 60 71 22
Binary 1001001 111110 10100 0 1111 1001001 1000111 110000 111001 10010

Color Harmonies of #493E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E14

Black with #493E14

Text Example


Text Example

White with #493E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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