Html Css Color HEX #493D1D Madras

📋 copy color: '#493D1D'

red 73 ◦ green 61 ◦ blue 29

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

Shades of Madras #493D1D

Tints of Madras #493D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 44.79%
G = 37.42%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#493D1D (or 0x493D1D) is known color: Madras. HEX triplet: 49, 3D and 1D. RGB value is (73,61,29). Sum of RGB (Red+Green+Blue) = 73+61+29=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D1D is #B6C2E2. Grayscale: #3D3D3D. Windows color (decimal): -11977443 or 1916233. OLE color: 1916233.

HSL color Cylindrical-coordinate representation of color #493D1D: hue angle of 43.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493D1D is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 61 29 -
CMYK 0 0.16 0.60 0.71
HSL 43.64º 0.43% 0.2% -
HSV(B) 43.64º 0.6% 0.29% -
XYZ 4.64 4.84 1.85 -
YUV 60.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 73 61 29 0 0.16 0.60 0.71 43.64 0.43 0.2
Hex 49 3D 1D 0 10 3C 47 2C 2B 14
Octal 111 75 35 0 20 74 107 54 53 24
Binary 1001001 111101 11101 0 10000 111100 1000111 101100 101011 10100

Color Harmonies of #493D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D1D

Black with #493D1D

Text Example


Text Example

White with #493D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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