Html Css Color HEX #493A1A Madras

📋 copy color: '#493A1A'

red 73 ◦ green 58 ◦ blue 26

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

Shades of Madras #493A1A

Tints of Madras #493A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.94%

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 46.5%
G = 36.94%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#493A1A (or 0x493A1A) is known color: Madras. HEX triplet: 49, 3A and 1A. RGB value is (73,58,26). Sum of RGB (Red+Green+Blue) = 73+58+26=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1A is #B6C5E5. Grayscale: #3A3A3A. Windows color (decimal): -11978214 or 1718857. OLE color: 1718857.

HSL color Cylindrical-coordinate representation of color #493A1A: hue angle of 40.85º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493A1A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 26 -
CMYK 0 0.21 0.64 0.71
HSL 40.85º 0.47% 0.19% -
HSV(B) 40.85º 0.64% 0.29% -
XYZ 4.45 4.52 1.61 -
YUV 58.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 73 58 26 0 0.21 0.64 0.71 40.85 0.47 0.19
Hex 49 3A 1A 0 15 40 47 29 2F 13
Octal 111 72 32 0 25 100 107 51 57 23
Binary 1001001 111010 11010 0 10101 1000000 1000111 101001 101111 10011

Color Harmonies of #493A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A1A

Black with #493A1A

Text Example


Text Example

White with #493A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,26); }

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

background-color css

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

 a { background-color: rgb(73,58,26); }

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

border-color css

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

 span { border-color: rgb(73,58,26); }

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