Html Css Color HEX #493D20 Madras

📋 copy color: '#493D20'

red 73 ◦ green 61 ◦ blue 32

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

Shades of Madras #493D20

Tints of Madras #493D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 43.98%
G = 36.75%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493D20 (or 0x493D20) is known color: Madras. HEX triplet: 49, 3D and 20. RGB value is (73,61,32). Sum of RGB (Red+Green+Blue) = 73+61+32=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D20 is #B6C2DF. Grayscale: #3D3D3D. Windows color (decimal): -11977440 or 2112841. OLE color: 2112841.

HSL color Cylindrical-coordinate representation of color #493D20: hue angle of 42.44º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493D20 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 61 32 -
CMYK 0 0.16 0.56 0.71
HSL 42.44º 0.39% 0.21% -
HSV(B) 42.44º 0.56% 0.29% -
XYZ 4.68 4.86 2.06 -
YUV 61.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 73 61 32 0 0.16 0.56 0.71 42.44 0.39 0.21
Hex 49 3D 20 0 10 38 47 2A 27 15
Octal 111 75 40 0 20 70 107 52 47 25
Binary 1001001 111101 100000 0 10000 111000 1000111 101010 100111 10101

Color Harmonies of #493D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D20

Black with #493D20

Text Example


Text Example

White with #493D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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