Html Css Color HEX #493F25 Madras

📋 copy color: '#493F25'

red 73 ◦ green 63 ◦ blue 37

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

Shades of Madras #493F25

Tints of Madras #493F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 42.2%
G = 36.42%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#493F25 (or 0x493F25) is known color: Madras. HEX triplet: 49, 3F and 25. RGB value is (73,63,37). Sum of RGB (Red+Green+Blue) = 73+63+37=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F25 is #B6C0DA. Grayscale: #3F3F3F. Windows color (decimal): -11976923 or 2441033. OLE color: 2441033.

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

Color convert

RGB 73 63 37 -
CMYK 0 0.14 0.49 0.71
HSL 43.33º 0.33% 0.22% -
HSV(B) 43.33º 0.49% 0.29% -
XYZ 4.86 5.11 2.48 -
YUV 63.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 73 63 37 0 0.14 0.49 0.71 43.33 0.33 0.22
Hex 49 3F 25 0 E 31 47 2B 21 16
Octal 111 77 45 0 16 61 107 53 41 26
Binary 1001001 111111 100101 0 1110 110001 1000111 101011 100001 10110

Color Harmonies of #493F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F25

Black with #493F25

Text Example


Text Example

White with #493F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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