Html Css Color HEX #493E1B Madras

📋 copy color: '#493E1B'

red 73 ◦ green 62 ◦ blue 27

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

Shades of Madras #493E1B

Tints of Madras #493E1B

RGB

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

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

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

R = 45.06%
G = 38.27%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#493E1B (or 0x493E1B) is known color: Madras. HEX triplet: 49, 3E and 1B. RGB value is (73,62,27). Sum of RGB (Red+Green+Blue) = 73+62+27=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E1B is #B6C1E4. Grayscale: #3D3D3D. Windows color (decimal): -11977189 or 1785417. OLE color: 1785417.

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

Color convert

RGB 73 62 27 -
CMYK 0 0.15 0.63 0.71
HSL 45.65º 0.46% 0.2% -
HSV(B) 45.65º 0.63% 0.29% -
XYZ 4.67 4.94 1.74 -
YUV 61.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 73 62 27 0 0.15 0.63 0.71 45.65 0.46 0.2
Hex 49 3E 1B 0 F 3F 47 2E 2E 14
Octal 111 76 33 0 17 77 107 56 56 24
Binary 1001001 111110 11011 0 1111 111111 1000111 101110 101110 10100

Color Harmonies of #493E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E1B

Black with #493E1B

Text Example


Text Example

White with #493E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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