Html Css Color HEX #493F27 Madras

📋 copy color: '#493F27'

red 73 ◦ green 63 ◦ blue 39

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

Shades of Madras #493F27

Tints of Madras #493F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 41.71%
G = 36%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#493F27 (or 0x493F27) is known color: Madras. HEX triplet: 49, 3F and 27. RGB value is (73,63,39). Sum of RGB (Red+Green+Blue) = 73+63+39=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F27 is #B6C0D8. Grayscale: #3F3F3F. Windows color (decimal): -11976921 or 2572105. OLE color: 2572105.

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

Color convert

RGB 73 63 39 -
CMYK 0 0.14 0.47 0.71
HSL 42.35º 0.3% 0.22% -
HSV(B) 42.35º 0.47% 0.29% -
XYZ 4.89 5.12 2.65 -
YUV 63.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 73 63 39 0 0.14 0.47 0.71 42.35 0.3 0.22
Hex 49 3F 27 0 E 2F 47 2A 1E 16
Octal 111 77 47 0 16 57 107 52 36 26
Binary 1001001 111111 100111 0 1110 101111 1000111 101010 11110 10110

Color Harmonies of #493F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F27

Black with #493F27

Text Example


Text Example

White with #493F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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