Html Css Color HEX #493F26 Madras

📋 copy color: '#493F26'

red 73 ◦ green 63 ◦ blue 38

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

Shades of Madras #493F26

Tints of Madras #493F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 41.95%
G = 36.21%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#493F26 (or 0x493F26) is known color: Madras. HEX triplet: 49, 3F and 26. RGB value is (73,63,38). Sum of RGB (Red+Green+Blue) = 73+63+38=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F26 is #B6C0D9. Grayscale: #3F3F3F. Windows color (decimal): -11976922 or 2506569. OLE color: 2506569.

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

Color convert

RGB 73 63 38 -
CMYK 0 0.14 0.48 0.71
HSL 42.86º 0.32% 0.22% -
HSV(B) 42.86º 0.48% 0.29% -
XYZ 4.88 5.11 2.56 -
YUV 63.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 73 63 38 0 0.14 0.48 0.71 42.86 0.32 0.22
Hex 49 3F 26 0 E 30 47 2B 20 16
Octal 111 77 46 0 16 60 107 53 40 26
Binary 1001001 111111 100110 0 1110 110000 1000111 101011 100000 10110

Color Harmonies of #493F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F26

Black with #493F26

Text Example


Text Example

White with #493F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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