Html Css Color HEX #493F1A Madras

📋 copy color: '#493F1A'

red 73 ◦ green 63 ◦ blue 26

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

Shades of Madras #493F1A

Tints of Madras #493F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

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

R = 45.06%
G = 38.89%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#493F1A (or 0x493F1A) is known color: Madras. HEX triplet: 49, 3F and 1A. RGB value is (73,63,26). Sum of RGB (Red+Green+Blue) = 73+63+26=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F1A is #B6C0E5. Grayscale: #3D3D3D. Windows color (decimal): -11976934 or 1720137. OLE color: 1720137.

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

Color convert

RGB 73 63 26 -
CMYK 0 0.14 0.64 0.71
HSL 47.23º 0.47% 0.19% -
HSV(B) 47.23º 0.64% 0.29% -
XYZ 4.71 5.05 1.7 -
YUV 61.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 73 63 26 0 0.14 0.64 0.71 47.23 0.47 0.19
Hex 49 3F 1A 0 E 40 47 2F 2F 13
Octal 111 77 32 0 16 100 107 57 57 23
Binary 1001001 111111 11010 0 1110 1000000 1000111 101111 101111 10011

Color Harmonies of #493F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F1A

Black with #493F1A

Text Example


Text Example

White with #493F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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