Html Css Color HEX #493E11 Madras

📋 copy color: '#493E11'

red 73 ◦ green 62 ◦ blue 17

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

Shades of Madras #493E11

Tints of Madras #493E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 48.03%
G = 40.79%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#493E11 (or 0x493E11) is known color: Madras. HEX triplet: 49, 3E and 11. RGB value is (73,62,17). Sum of RGB (Red+Green+Blue) = 73+62+17=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E11 is #B6C1EE. Grayscale: #3C3C3C. Windows color (decimal): -11977199 or 1130057. OLE color: 1130057.

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

Color convert

RGB 73 62 17 -
CMYK 0 0.15 0.77 0.71
HSL 48.21º 0.62% 0.18% -
HSV(B) 48.21º 0.77% 0.29% -
XYZ 4.57 4.9 1.24 -
YUV 60.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 73 62 17 0 0.15 0.77 0.71 48.21 0.62 0.18
Hex 49 3E 11 0 F 4D 47 30 3E 12
Octal 111 76 21 0 17 115 107 60 76 22
Binary 1001001 111110 10001 0 1111 1001101 1000111 110000 111110 10010

Color Harmonies of #493E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E11

Black with #493E11

Text Example


Text Example

White with #493E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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