Html Css Color HEX #493D28 Madras

📋 copy color: '#493D28'

red 73 ◦ green 61 ◦ blue 40

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

Shades of Madras #493D28

Tints of Madras #493D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

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

R = 41.95%
G = 35.06%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493D28 (or 0x493D28) is known color: Madras. HEX triplet: 49, 3D and 28. RGB value is (73,61,40). Sum of RGB (Red+Green+Blue) = 73+61+40=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D28 is #B6C2D7. Grayscale: #3E3E3E. Windows color (decimal): -11977432 or 2637129. OLE color: 2637129.

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

Color convert

RGB 73 61 40 -
CMYK 0 0.16 0.45 0.71
HSL 38.18º 0.29% 0.22% -
HSV(B) 38.18º 0.45% 0.29% -
XYZ 4.8 4.91 2.7 -
YUV 62.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 73 61 40 0 0.16 0.45 0.71 38.18 0.29 0.22
Hex 49 3D 28 0 10 2D 47 26 1D 16
Octal 111 75 50 0 20 55 107 46 35 26
Binary 1001001 111101 101000 0 10000 101101 1000111 100110 11101 10110

Color Harmonies of #493D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D28

Black with #493D28

Text Example


Text Example

White with #493D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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