Html Css Color HEX #493E28 Madras

📋 copy color: '#493E28'

red 73 ◦ green 62 ◦ blue 40

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

Shades of Madras #493E28

Tints of Madras #493E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.43%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 41.71%
G = 35.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493E28 (or 0x493E28) is known color: Madras. HEX triplet: 49, 3E and 28. RGB value is (73,62,40). Sum of RGB (Red+Green+Blue) = 73+62+40=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E28 is #B6C1D7. Grayscale: #3E3E3E. Windows color (decimal): -11977176 or 2637385. OLE color: 2637385.

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

Color convert

RGB 73 62 40 -
CMYK 0 0.15 0.45 0.71
HSL 40º 0.29% 0.22% -
HSV(B) 40º 0.45% 0.29% -
XYZ 4.85 5.01 2.72 -
YUV 62.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 73 62 40 0 0.15 0.45 0.71 40 0.29 0.22
Hex 49 3E 28 0 F 2D 47 28 1D 16
Octal 111 76 50 0 17 55 107 50 35 26
Binary 1001001 111110 101000 0 1111 101101 1000111 101000 11101 10110

Color Harmonies of #493E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E28

Black with #493E28

Text Example


Text Example

White with #493E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,40); }

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

background-color css

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

 a { background-color: rgb(73,62,40); }

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

border-color css

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

 span { border-color: rgb(73,62,40); }

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