Html Css Color HEX #493B1B Madras

📋 copy color: '#493B1B'

red 73 ◦ green 59 ◦ blue 27

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

Shades of Madras #493B1B

Tints of Madras #493B1B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

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

R = 45.91%
G = 37.11%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#493B1B (or 0x493B1B) is known color: Madras. HEX triplet: 49, 3B and 1B. RGB value is (73,59,27). Sum of RGB (Red+Green+Blue) = 73+59+27=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #493B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B1B is #B6C4E4. Grayscale: #3B3B3B. Windows color (decimal): -11977957 or 1784649. OLE color: 1784649.

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

Color convert

RGB 73 59 27 -
CMYK 0 0.19 0.63 0.71
HSL 41.74º 0.46% 0.2% -
HSV(B) 41.74º 0.63% 0.29% -
XYZ 4.51 4.62 1.69 -
YUV 59.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 73 59 27 0 0.19 0.63 0.71 41.74 0.46 0.2
Hex 49 3B 1B 0 13 3F 47 2A 2E 14
Octal 111 73 33 0 23 77 107 52 56 24
Binary 1001001 111011 11011 0 10011 111111 1000111 101010 101110 10100

Color Harmonies of #493B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B1B

Black with #493B1B

Text Example


Text Example

White with #493B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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