Html Css Color HEX #493C20 Madras

📋 copy color: '#493C20'

red 73 ◦ green 60 ◦ blue 32

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

Shades of Madras #493C20

Tints of Madras #493C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 44.24%
G = 36.36%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493C20 (or 0x493C20) is known color: Madras. HEX triplet: 49, 3C and 20. RGB value is (73,60,32). Sum of RGB (Red+Green+Blue) = 73+60+32=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C20 is #B6C3DF. Grayscale: #3C3C3C. Windows color (decimal): -11977696 or 2112585. OLE color: 2112585.

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

Color convert

RGB 73 60 32 -
CMYK 0 0.18 0.56 0.71
HSL 40.98º 0.39% 0.21% -
HSV(B) 40.98º 0.56% 0.29% -
XYZ 4.62 4.75 2.04 -
YUV 60.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 73 60 32 0 0.18 0.56 0.71 40.98 0.39 0.21
Hex 49 3C 20 0 12 38 47 29 27 15
Octal 111 74 40 0 22 70 107 51 47 25
Binary 1001001 111100 100000 0 10010 111000 1000111 101001 100111 10101

Color Harmonies of #493C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C20

Black with #493C20

Text Example


Text Example

White with #493C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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