Html Css Color HEX #493E1C Madras

📋 copy color: '#493E1C'

red 73 ◦ green 62 ◦ blue 28

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

Shades of Madras #493E1C

Tints of Madras #493E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 44.79%
G = 38.04%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#493E1C (or 0x493E1C) is known color: Madras. HEX triplet: 49, 3E and 1C. RGB value is (73,62,28). Sum of RGB (Red+Green+Blue) = 73+62+28=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E1C is #B6C1E3. Grayscale: #3D3D3D. Windows color (decimal): -11977188 or 1850953. OLE color: 1850953.

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

Color convert

RGB 73 62 28 -
CMYK 0 0.15 0.62 0.71
HSL 45.33º 0.45% 0.2% -
HSV(B) 45.33º 0.62% 0.29% -
XYZ 4.68 4.95 1.81 -
YUV 61.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 73 62 28 0 0.15 0.62 0.71 45.33 0.45 0.2
Hex 49 3E 1C 0 F 3E 47 2D 2D 14
Octal 111 76 34 0 17 76 107 55 55 24
Binary 1001001 111110 11100 0 1111 111110 1000111 101101 101101 10100

Color Harmonies of #493E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E1C

Black with #493E1C

Text Example


Text Example

White with #493E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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