Html Css Color HEX #493D1B Madras

📋 copy color: '#493D1B'

red 73 ◦ green 61 ◦ blue 27

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

Shades of Madras #493D1B

Tints of Madras #493D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 45.34%
G = 37.89%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#493D1B (or 0x493D1B) is known color: Madras. HEX triplet: 49, 3D and 1B. RGB value is (73,61,27). Sum of RGB (Red+Green+Blue) = 73+61+27=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D1B is #B6C2E4. Grayscale: #3C3C3C. Windows color (decimal): -11977445 or 1785161. OLE color: 1785161.

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

Color convert

RGB 73 61 27 -
CMYK 0 0.16 0.63 0.71
HSL 44.35º 0.46% 0.2% -
HSV(B) 44.35º 0.63% 0.29% -
XYZ 4.61 4.83 1.73 -
YUV 60.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 73 61 27 0 0.16 0.63 0.71 44.35 0.46 0.2
Hex 49 3D 1B 0 10 3F 47 2C 2E 14
Octal 111 75 33 0 20 77 107 54 56 24
Binary 1001001 111101 11011 0 10000 111111 1000111 101100 101110 10100

Color Harmonies of #493D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D1B

Black with #493D1B

Text Example


Text Example

White with #493D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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